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