mirror of
https://github.com/xtekky/gpt4free.git
synced 2024-11-26 09:57:24 +03:00
5 lines
75 B
Python
5 lines
75 B
Python
import g4f.api
|
|
|
|
if __name__ == "__main__":
|
|
g4f.api.run_api(debug=True)
|