uyen13 commited on
Commit
8385dc5
·
1 Parent(s): a9186ee

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.Opchatgpts,
43
  )
44
  return llm
45
  hide_streamlit_style = """
 
39
  # )
40
  llm = G4FLLM(
41
  model=models.gpt_35_turbo,
42
+ provider=Provider.Aichat,
43
  )
44
  return llm
45
  hide_streamlit_style = """