hzhwcmhf commited on
Commit
6ddabd2
·
verified ·
1 Parent(s): f75aa97

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -65,7 +65,7 @@ class NoSearch(BaseSearch):
65
  def app_gui():
66
  # Define the agent
67
  bot = Assistant(llm={
68
- 'model': 'pre-qwen-turbo-1m-1101',
69
  'generate_cfg': {
70
  'max_input_tokens': 1000000,
71
  'max_retries': 10,
 
65
  def app_gui():
66
  # Define the agent
67
  bot = Assistant(llm={
68
+ 'model': 'qwen-turbo-1101',
69
  'generate_cfg': {
70
  'max_input_tokens': 1000000,
71
  'max_retries': 10,