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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -11,8 +11,8 @@ 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_4
15
- LLM_PROVIDER = Provider.Aichat
16
 
17
  # UI Configuration
18
  def configure_ui():
 
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.FreeGpt
16
 
17
  # UI Configuration
18
  def configure_ui():