mirror of
https://github.com/xtekky/gpt4free.git
synced 2024-11-29 22:34:08 +03:00
5 lines
70 B
Python
5 lines
70 B
Python
|
from g4f.api import run_api
|
||
|
|
||
|
if __name__ == "__main__":
|
||
|
run_api()
|