g4f / app.py
playmak3r's picture
add g4f
98a5c25
raw
history blame contribute delete
69 Bytes
from g4f.api import run_api
if __name__ == '__main__':
run_api()