Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ import g4f
|
|
7 |
from langchain_g4f import G4FLLM
|
8 |
g4f.debug.logging = True # Enable logging
|
9 |
g4f.check_version = False # Disable automatic version checking
|
10 |
-
print(g4f.version) # Check version
|
11 |
print(g4f.Provider.Ails.params) # Supported args
|
12 |
|
13 |
|
|
|
7 |
from langchain_g4f import G4FLLM
|
8 |
g4f.debug.logging = True # Enable logging
|
9 |
g4f.check_version = False # Disable automatic version checking
|
10 |
+
#print(g4f.version) # Check version
|
11 |
print(g4f.Provider.Ails.params) # Supported args
|
12 |
|
13 |
|