Docfile commited on
Commit
ea2be3b
·
1 Parent(s): 4fa7a54

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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