kaleidoskop-hug commited on
Commit
e644846
1 Parent(s): 183e7c2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ def reset_conversation():
28
  return None
29
 
30
  def ask_assistant_stream(st_model, st_messages, st_temp_value, st_max_tokens):
31
- response=[]
32
  try:
33
  stream = client.chat.completions.create(
34
  model=st_model,
 
28
  return None
29
 
30
  def ask_assistant_stream(st_model, st_messages, st_temp_value, st_max_tokens):
31
+ response={}
32
  try:
33
  stream = client.chat.completions.create(
34
  model=st_model,