Update app.py
Browse files
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 |
-
|
| 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
|