feihu.hf commited on
Commit
03c56f7
·
1 Parent(s): e300bac
Files changed (1) hide show
  1. app.py +1 -1
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 version developed by the Qwen Team as part of our efforts to create a reasoning model. It is currently only optimized for reasoning tasks such as Code and Math, and has some limitations such as code switching, endless repetition. 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
  )
 
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
  )