Lyte commited on
Commit
d2c0f15
·
verified ·
1 Parent(s): 01807ad

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -237,7 +237,7 @@ def create_interface():
237
  ],
238
  temperature=0.8,
239
  top_p=0.95,
240
- max_tokens=4096
241
  )
242
 
243
  ai_response = response['choices'][0]['message']['content']
 
237
  ],
238
  temperature=0.8,
239
  top_p=0.95,
240
+ #max_tokens=4096
241
  )
242
 
243
  ai_response = response['choices'][0]['message']['content']