Docfile commited on
Commit
e9b07f6
·
1 Parent(s): c0c3d2a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ def chatbot_interaction(input_text):
32
  print("Question:", input_text)
33
  response = g4f.ChatCompletion.create(
34
  model="gpt-3.5-turbo",
35
- provider=g4f.Provider.ChatgptAi,
36
  messages=[{"role": "user", "content": input_texxt}],
37
  stream=False,
38
  )
 
32
  print("Question:", input_text)
33
  response = g4f.ChatCompletion.create(
34
  model="gpt-3.5-turbo",
35
+ provider=g4f.Provider.Aichat,
36
  messages=[{"role": "user", "content": input_texxt}],
37
  stream=False,
38
  )