UPDATE DOCUMENTS

This commit is contained in:
unclecode
2024-06-30 00:34:02 +08:00
parent b58af3349c
commit d58286989c
3 changed files with 10 additions and 4 deletions

View File

@@ -168,4 +168,4 @@ async def get_chunking_strategies():
if __name__ == "__main__":
import uvicorn
uvicorn.run(app, host="0.0.0.0", port=8080)
uvicorn.run(app, host="0.0.0.0", port=8888)