gpt4free/g4f/api/run.py

5 lines
75 B
Python
Raw Normal View History

import g4f.api
2023-10-12 01:35:11 +00:00
if __name__ == "__main__":
g4f.api.run_api(debug=True)