Rahatara commited on
Commit
aaa4ad4
·
verified ·
1 Parent(s): 9f8338b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -31,8 +31,6 @@ def chat_stream(message, history):
31
  temperature=1,
32
  max_completion_tokens=1024,
33
  top_p=1,
34
- stream=True # ✅ streaming ON
35
- # ❌ stop=None REMOVED (this caused the TypeError)
36
  )
37
 
38
  response = ""
 
31
  temperature=1,
32
  max_completion_tokens=1024,
33
  top_p=1,
 
 
34
  )
35
 
36
  response = ""