Spaces:
Runtime error
Runtime error
feihu.hf
commited on
Commit
·
03c56f7
1
Parent(s):
e300bac
update
Browse files
app.py
CHANGED
@@ -19,7 +19,7 @@ def app_gui():
|
|
19 |
"top_p": float(os.environ.get("P", 0.8)),
|
20 |
}},
|
21 |
name='QwQ-32B-preview',
|
22 |
-
description='QwQ-32B-Preview is an experimental
|
23 |
system_message= 'You are a helpful and harmless assistant. You are Qwen developed by Alibaba. You should think step-by-step.',
|
24 |
rag_cfg={'max_ref_token': 32768, 'rag_searchers': []},
|
25 |
)
|
|
|
19 |
"top_p": float(os.environ.get("P", 0.8)),
|
20 |
}},
|
21 |
name='QwQ-32B-preview',
|
22 |
+
description='QwQ-32B-Preview is an experimental research model developed by the Qwen Team, focused on advancing AI reasoning capabilities. As a preview release, it demonstrates promising analytical abilities while having several important limitations such as code switching and recursive reasoning loops. Only single-turn queries are supported in this demo.',
|
23 |
system_message= 'You are a helpful and harmless assistant. You are Qwen developed by Alibaba. You should think step-by-step.',
|
24 |
rag_cfg={'max_ref_token': 32768, 'rag_searchers': []},
|
25 |
)
|