Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ def chatbot_interaction(input_text):
|
|
10 |
model="gpt-3.5-turbo",
|
11 |
provider=g4f.Provider.Aichat,
|
12 |
messages=[{"role": "user", "content": input_texxt}],
|
13 |
-
stream=
|
14 |
)
|
15 |
|
16 |
Q = ""
|
|
|
10 |
model="gpt-3.5-turbo",
|
11 |
provider=g4f.Provider.Aichat,
|
12 |
messages=[{"role": "user", "content": input_texxt}],
|
13 |
+
stream=False,
|
14 |
)
|
15 |
|
16 |
Q = ""
|