gp.nvim
gp.nvim copied to clipboard
add support for reasoning_format in model
Hey, in the docs I see:
- https://platform.openai.com/docs/api-reference/chat/create#chat-create-reasoning_effort
- https://platform.openai.com/docs/api-reference/chat/create#chat-create-response_format
but I don't see reasoning_format :slightly_smiling_face:
reasoning_effort has been merged with https://github.com/Robitx/gp.nvim/pull/246
Hey, in the docs I see:
- https://platform.openai.com/docs/api-reference/chat/create#chat-create-reasoning_effort
- https://platform.openai.com/docs/api-reference/chat/create#chat-create-response_format
but I don't see
reasoning_format🙂
reasoning_efforthas been merged with #246
reasoning_format is supported by the Groq API. Here is the documentation: https://console.groq.com/docs/reasoning. It appears that this parameter is not standard among other providers.