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
* gptel-openai.el (gptel-curl--parse-stream): Simplify the
reasoning handling for OpenAI-compatible APIs (#901). It now
works as follows:
- Look for :reasoning content. If found, capture it and do
nothing else.
- Otherwise, check if this is a reasoning model.
- If it is, check if we are receiving non-empty content.
- If we are, signal the end of the reasoning block.
The last step sets :reasoning-block to t. The process filter
handles closing out the reasoning handling and setting it to done.
0 commit comments