minor changes
This commit is contained in:
abc
2023-10-20 19:28:46 +01:00
parent 0ddfe57431
commit dad69d24ce
4 changed files with 9 additions and 4 deletions

View File

@@ -2,4 +2,5 @@ import g4f
import g4f.api
if __name__ == "__main__":
print(f'Starting server... [g4f v-{g4f.version}]')
g4f.api.Api(g4f).run('localhost:1337', 8)