mirror of
https://github.com/safishamsi/graphify.git
synced 2026-07-13 10:57:13 +00:00
5b0c154828
ollama/openai/deepseek/kimi set max_tokens in their backend config, but the openai-compat dispatch read only max_completion_tokens (which only gemini defines), so their output silently capped at the 8192 fallback and truncated deep-mode JSON. Read either key and give the openai config an explicit cap; GRAPHIFY_MAX_OUTPUT_TOKENS still overrides. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>