You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
v0.3.58: don't kill long cloud generations at 120s (streaming timeout fix)
Cloud calls used http.Client{Timeout: 120s}, which caps the ENTIRE streamed
response. Long generations (e.g. writing a whole story into a document) exceeded
120s and were cut off — surfacing as "Can't reach the assistant" after 120s.
Switch streaming cloud calls to a client that caps connect/TLS/time-to-first-
byte but not the total stream duration.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: vortelio-pip/pyproject.toml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
5
5
[project]
6
6
name = "vortelio"
7
-
version = "0.3.57"
7
+
version = "0.3.58"
8
8
description = "Local-first AI platform. Run LLMs, generate images & video, transcribe audio, create 3D — on your own machine. OpenAI & Ollama API compatible. Apache 2.0."
0 commit comments