Docfile commited on
Commit
c1fbb65
·
verified ·
1 Parent(s): 68416e8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ from langchain_g4f import G4FLLM
28
  #from llama_index.embeddings.huggingface import HuggingFaceInstructEmbeddings
29
  from llama_index.embeddings.instructor import InstructorEmbedding
30
 
31
- from llama_index.core import Settings
32
  nest_asyncio.apply()
33
  g4f.debug.logging = True # Enable logging
34
  #g4f.check_version = False # Disable automatic version checking
 
28
  #from llama_index.embeddings.huggingface import HuggingFaceInstructEmbeddings
29
  from llama_index.embeddings.instructor import InstructorEmbedding
30
 
31
+
32
  nest_asyncio.apply()
33
  g4f.debug.logging = True # Enable logging
34
  #g4f.check_version = False # Disable automatic version checking