We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 209419b commit f9a5021Copy full SHA for f9a5021
src/oss/python/integrations/chat/doubleword.mdx
@@ -71,7 +71,7 @@ Now we can instantiate our model object and generate chat completions:
71
from langchain_doubleword import ChatDoubleword
72
73
model = ChatDoubleword(
74
- model="Qwen/Qwen3-30B-A3B",
+ model="Qwen/Qwen3.5-35B-A3B-FP8",
75
temperature=0,
76
max_tokens=1024,
77
max_retries=2,
@@ -151,7 +151,7 @@ import asyncio
151
from langchain_doubleword import ChatDoublewordBatch
152
153
batch_model = ChatDoublewordBatch(
154
155
156
)
157
0 commit comments