internal/llm/agent/agent.go 🔗
@@ -26,7 +26,7 @@ import (
"github.com/charmbracelet/crush/internal/shell"
)
-const streamChunkTimeout = 80 * time.Second
+const streamChunkTimeout = 2 * time.Minute
type AgentEventType string
kujtimiihoxha created
in case of opus for e.x it could take longer for a response even in
streaming for some reason
internal/llm/agent/agent.go | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
@@ -26,7 +26,7 @@ import (
"github.com/charmbracelet/crush/internal/shell"
)
-const streamChunkTimeout = 80 * time.Second
+const streamChunkTimeout = 2 * time.Minute
type AgentEventType string