init dialectic

This commit is contained in:
h z
2026-02-13 15:44:25 +00:00
parent 343a4b8d67
commit 83c4461d29
2 changed files with 13 additions and 7 deletions

2
app.py
View File

@@ -56,4 +56,4 @@ async def root():
if __name__ == "__main__":
uvicorn.run(app, host="0.0.0.0", port=8020)
uvicorn.run(app, host="0.0.0.0", port=8000)