uyen13 commited on
Commit
a9186ee
·
1 Parent(s): 2090ee7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,7 +39,7 @@ def load_llm():
39
  # )
40
  llm = G4FLLM(
41
  model=models.gpt_35_turbo,
42
- provider=Provider.ChatBase,
43
  )
44
  return llm
45
  hide_streamlit_style = """
 
39
  # )
40
  llm = G4FLLM(
41
  model=models.gpt_35_turbo,
42
+ provider=Provider.Opchatgpts,
43
  )
44
  return llm
45
  hide_streamlit_style = """