gp.nvim icon indicating copy to clipboard operation
gp.nvim copied to clipboard

add support for reasoning_format in model

Open zahid0 opened this issue 9 months ago • 2 comments

zahid0 avatar Feb 18 '25 07:02 zahid0

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

Robitx avatar Apr 08 '25 20:04 Robitx

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_effort has 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.

zahid0 avatar Apr 09 '25 08:04 zahid0