fix: pony-alpha model status and SSE stream heartbeat issue

- Change openrouter/pony-alpha model status from 'alpha' to 'beta' to prevent deletion
- Fix ReferenceError where heartbeat was used before initialization in cleanupStream
- Declare heartbeat and streamTimeout with let before cleanupStream function
- Change const assignments to let assignments for timer variables
This commit is contained in:
southseact-3d
2026-02-08 19:20:23 +00:00
parent eb7aa29c0c
commit 541b6bc946
2 changed files with 268 additions and 5 deletions

View File

@@ -27325,7 +27325,7 @@
"open_weights": false,
"cost": { "input": 0, "output": 0 },
"limit": { "context": 200000, "output": 131000 },
"status": "alpha"
"status": "beta"
},
"z-ai/glm-4.7": {
"id": "z-ai/glm-4.7",