mirror of
https://github.com/xtekky/gpt4free.git
synced 2025-12-06 02:30:41 -08:00
Update g4f_cli.py to call main function from g4f.cli on execution
This commit is contained in:
parent
4f44c149ba
commit
09b35403e3
1 changed files with 3 additions and 1 deletions
|
|
@ -4,5 +4,7 @@ Entry point for g4f CLI executable builds
|
|||
This file is used as the main entry point for building executables with Nuitka
|
||||
"""
|
||||
|
||||
import g4f.cli
|
||||
|
||||
if __name__ == "__main__":
|
||||
print("Starting g4f CLI...")
|
||||
g4f.cli.main()
|
||||
Loading…
Add table
Add a link
Reference in a new issue