gpt4free / run_app.py
getapi's picture
Create run_app.py
6185eea verified
raw
history blame
No virus
272 Bytes
import g4f
from g4f.api import Api
list_ignored_providers = [
# "RetryProvider",
"GptForLove",
"ChatBase",
"Chatgpt4Online",
"ChatAnywhere",
"GptGo",
"You",
]
if __name__ == "__main__":
Api(engine=g4f, debug=True).run(ip="0.0.0.0:1337")