Commit Graph

6 Commits

Author SHA1 Message Date
Moeeze Hassan
b0de3a2e6f fix: stream(legacy): include delta.reasoning alongside reasoning_summary
In legacy/current compatibility mode, stream both `delta.reasoning_summary` and
`delta.reasoning` (string) for reasoning deltas. This ensures clients that
expect `choices[0].delta.reasoning` as a string (e.g., OpenCode) render
reasoning without schema errors.

Change made only to legacy to avoid breakage with other software
2025-08-21 22:36:37 +02:00
Game_Time
c8c6540d23 intitial docker impl 2025-08-20 15:26:14 +05:00
Game_Time
fc9727cb73 added "minimal" reasoning option (better for coding) 2025-08-20 11:41:10 +05:00
Game_Time
8129b62083 implemented caching! should increase the usage available 2025-08-19 22:43:40 +05:00
Game_Time
2ed6dbe2d4 fix ollama regression 2025-08-19 21:26:47 +05:00
Game_Time
554ec53a25 refactor to reorganise codebase 2025-08-19 17:21:00 +05:00