mirror of
https://github.com/xtekky/gpt4free.git
synced 2025-12-06 02:30:41 -08:00
Add g4f cli client
This commit is contained in:
parent
634f7d9a39
commit
eff8624ed0
4 changed files with 272 additions and 25 deletions
|
|
@ -1,6 +1,6 @@
|
|||
from __future__ import annotations
|
||||
|
||||
from .cli import get_api_parser, run_api_args
|
||||
from .cli.__main__ import get_api_parser, run_api_args
|
||||
|
||||
parser = get_api_parser()
|
||||
args = parser.parse_args()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue