Update app.py
Browse files
app.py
CHANGED
|
@@ -8,7 +8,7 @@ def chatbot_interaction(input_text):
|
|
| 8 |
print(" Question :", input_text)
|
| 9 |
response = g4f.ChatCompletion.create(
|
| 10 |
model="gpt-3.5-turbo",
|
| 11 |
-
provider=g4f.Provider.
|
| 12 |
messages=[{"role": "user", "content": input_texxt}],
|
| 13 |
stream=False,
|
| 14 |
)
|
|
|
|
| 8 |
print(" Question :", input_text)
|
| 9 |
response = g4f.ChatCompletion.create(
|
| 10 |
model="gpt-3.5-turbo",
|
| 11 |
+
provider=g4f.Provider.GeekGpt,
|
| 12 |
messages=[{"role": "user", "content": input_texxt}],
|
| 13 |
stream=False,
|
| 14 |
)
|