Skip to content

Commit f9a5021

Browse files
committed
fix: update model name from Qwen3-30B-A3B to Qwen3.5-35B-A3B-FP8
The previous model name doesn't exist on the Doubleword platform.
1 parent 209419b commit f9a5021

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/oss/python/integrations/chat/doubleword.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Now we can instantiate our model object and generate chat completions:
7171
from langchain_doubleword import ChatDoubleword
7272

7373
model = ChatDoubleword(
74-
model="Qwen/Qwen3-30B-A3B",
74+
model="Qwen/Qwen3.5-35B-A3B-FP8",
7575
temperature=0,
7676
max_tokens=1024,
7777
max_retries=2,
@@ -151,7 +151,7 @@ import asyncio
151151
from langchain_doubleword import ChatDoublewordBatch
152152

153153
batch_model = ChatDoublewordBatch(
154-
model="Qwen/Qwen3-30B-A3B",
154+
model="Qwen/Qwen3.5-35B-A3B-FP8",
155155
temperature=0,
156156
)
157157

0 commit comments

Comments
 (0)