diff --git a/network-poc/hub/src/main.rs b/network-poc/hub/src/main.rs index 359c531..1044e7d 100644 --- a/network-poc/hub/src/main.rs +++ b/network-poc/hub/src/main.rs @@ -1080,7 +1080,7 @@ async fn api_chat_completions( } } - let timeout = tokio::time::timeout(std::time::Duration::from_secs(120), async move { + let timeout = tokio::time::timeout(std::time::Duration::from_secs(600), async move { loop { let msg_str = match rx.recv().await { Ok(msg) => msg,