gpt4free/g4f/api/run.py
2024-04-20 15:41:49 +02:00

5 lines
75 B
Python

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