fix: increase timeout for long-running AI chat requests

This commit is contained in:
shokollm
2026-04-10 08:51:03 +00:00
parent c6baadf8b8
commit 560b61c431
3 changed files with 6 additions and 0 deletions

View File

@@ -8,4 +8,5 @@ if __name__ == "__main__":
host=settings.HOST,
port=settings.PORT,
reload=settings.DEBUG,
timeout_keep_alive=300,
)