Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -90,6 +90,7 @@ def respond(message, history):
|
|
90 |
messages, max_tokens = 700, temperature=1.3, top_p=0.6
|
91 |
)
|
92 |
return response['choices'][0]['message']['content'].strip()
|
|
|
93 |
chat_theme = gr.themes.Soft(
|
94 |
primary_hue="pink",
|
95 |
secondary_hue="rose",
|
|
|
90 |
messages, max_tokens = 700, temperature=1.3, top_p=0.6
|
91 |
)
|
92 |
return response['choices'][0]['message']['content'].strip()
|
93 |
+
|
94 |
chat_theme = gr.themes.Soft(
|
95 |
primary_hue="pink",
|
96 |
secondary_hue="rose",
|