gpt4free/g4f/api/run.py

5 lines
70 B
Python

from g4f.api import run_api
if __name__ == "__main__":
run_api()