Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -33,7 +33,7 @@ def respond(
|
|
33 |
# Adding the current user input
|
34 |
messages.append({"role": "user", "content": message})
|
35 |
|
36 |
-
response =
|
37 |
|
38 |
# Streaming the response from the API
|
39 |
for message in client.chat_completion(
|
|
|
33 |
# Adding the current user input
|
34 |
messages.append({"role": "user", "content": message})
|
35 |
|
36 |
+
response = ""
|
37 |
|
38 |
# Streaming the response from the API
|
39 |
for message in client.chat_completion(
|