We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b333761 commit 3f60b9aCopy full SHA for 3f60b9a
lemonade_arcade/main.py
@@ -1215,7 +1215,7 @@ async def generate():
1215
logger.debug(
1216
f"Starting request to {LEMONADE_SERVER_URL}/api/v1/chat/completions"
1217
)
1218
- async with httpx.AsyncClient(timeout=120.0) as client:
+ async with httpx.AsyncClient(timeout=600.0) as client:
1219
async with client.stream(
1220
"POST",
1221
f"{LEMONADE_SERVER_URL}/api/v1/chat/completions",
0 commit comments