Docfile commited on
Commit
0c5a8dc
·
1 Parent(s): a9b8313

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.Aichat,
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
  )