uyen13 commited on
Commit
868f170
·
verified ·
1 Parent(s): e4ca284

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ from g4f import Provider, models
11
  # Configuration
12
  DB_FAISS_PATH = 'vectorstore/db_faiss'
13
  EMBEDDING_MODEL = 'sentence-transformers/all-MiniLM-L6-v2'
14
- LLM_MODEL = models.gpt_35_turbo
15
  LLM_PROVIDER = Provider.Aichat
16
 
17
  # UI Configuration
 
11
  # Configuration
12
  DB_FAISS_PATH = 'vectorstore/db_faiss'
13
  EMBEDDING_MODEL = 'sentence-transformers/all-MiniLM-L6-v2'
14
+ LLM_MODEL = models.gpt_4
15
  LLM_PROVIDER = Provider.Aichat
16
 
17
  # UI Configuration