Spaces:
Sleeping
Sleeping
comma
Browse files
app.py
CHANGED
@@ -33,7 +33,7 @@ def respond(message, history, cuisine, dietary_restrictions, allergies):
|
|
33 |
stream = client.chat_completion(
|
34 |
messages,
|
35 |
max_tokens=300,
|
36 |
-
temperature=1.5,top_p=0.7
|
37 |
stream=True,
|
38 |
)
|
39 |
for message in stream:
|
|
|
33 |
stream = client.chat_completion(
|
34 |
messages,
|
35 |
max_tokens=300,
|
36 |
+
temperature=1.5,top_p=0.7,
|
37 |
stream=True,
|
38 |
)
|
39 |
for message in stream:
|