uyen13 commited on
Commit
22b0e67
·
verified ·
1 Parent(s): 8bb2352

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -15,8 +15,9 @@ DB_FAISS_PATH = 'vectorstore/db_faiss'
15
  def load_llm():
16
  llm = G4FLLM(
17
  model=models.gpt_35_turbo,
18
- provider=Provider.FreeGpt,
19
  )
 
20
  return llm
21
 
22
  # Hide default Streamlit style
 
15
  def load_llm():
16
  llm = G4FLLM(
17
  model=models.gpt_35_turbo,
18
+ provider=Provider.Aichat,
19
  )
20
+
21
  return llm
22
 
23
  # Hide default Streamlit style