diff --git a/lemonade_arcade/main.py b/lemonade_arcade/main.py index a9d34ed..9278542 100644 --- a/lemonade_arcade/main.py +++ b/lemonade_arcade/main.py @@ -1215,7 +1215,7 @@ async def generate(): logger.debug( f"Starting request to {LEMONADE_SERVER_URL}/api/v1/chat/completions" ) - async with httpx.AsyncClient(timeout=120.0) as client: + async with httpx.AsyncClient(timeout=600.0) as client: async with client.stream( "POST", f"{LEMONADE_SERVER_URL}/api/v1/chat/completions",