openai-go
openai-go copied to clipboard
How to get the thinking content?
I followed this example: https://github.com/openai/openai-go/blob/main/examples/chat-completion-accumulating/main.go
I want to get the thinking content, which is output by LLM in the <think>...</think>
How to get the thinking content?
As far as I know, that's not possible. See: reasoning.encrypted_content.
https://platform.openai.com/docs/api-reference/conversations/list-items#conversations_list_items-include
The providers would thus be opening up too much to competition.
As far as I know, that's not possible. See: reasoning.encrypted_content.
https://platform.openai.com/docs/api-reference/conversations/list-items#conversations_list_items-include
The providers would thus be opening up too much to competition.
If we deploy LLM by vllm, it will return the reasoning content and the formal content.
The content between the <think>...</think> is not encrypted. @wbdb