Spaces:
Sleeping
Sleeping
Commit
·
afa334f
1
Parent(s):
021acab
openAI
Browse files
app.py
CHANGED
@@ -24,9 +24,7 @@ def respond(message, history: list[tuple[str, str]], system_message, max_tokens,
|
|
24 |
)
|
25 |
response = response.output_text
|
26 |
|
27 |
-
#
|
28 |
-
|
29 |
-
yield response
|
30 |
|
31 |
demo = gr.ChatInterface(
|
32 |
respond, #câu phản hồi
|
|
|
24 |
)
|
25 |
response = response.output_text
|
26 |
|
27 |
+
# yield response
|
|
|
|
|
28 |
|
29 |
demo = gr.ChatInterface(
|
30 |
respond, #câu phản hồi
|