Update app.py
Browse files
app.py
CHANGED
@@ -23,8 +23,8 @@ from langchain_g4f import G4FLLM
|
|
23 |
nest_asyncio.apply()
|
24 |
g4f.debug.logging = True # Enable logging
|
25 |
g4f.check_version = False # Disable automatic version checking
|
26 |
-
print(g4f.version) # Check version
|
27 |
-
print(g4f.Provider.Ails.params)
|
28 |
|
29 |
|
30 |
#documents = SimpleDirectoryReader('data').load_data()
|
|
|
23 |
nest_asyncio.apply()
|
24 |
g4f.debug.logging = True # Enable logging
|
25 |
g4f.check_version = False # Disable automatic version checking
|
26 |
+
#print(g4f.version) # Check version
|
27 |
+
#print(g4f.Provider.Ails.params)
|
28 |
|
29 |
|
30 |
#documents = SimpleDirectoryReader('data').load_data()
|