mirror of
https://github.com/xtekky/gpt4free.git
synced 2026-01-03 15:53:09 -08:00
4 lines
75 B
Python
4 lines
75 B
Python
import g4f.api
|
|
|
|
if __name__ == "__main__":
|
|
g4f.api.run_api(debug=True)
|