Skip to content

Add reasoning_content field to ResponseMessage #271

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
panghy opened this issue Jan 26, 2025 · 4 comments · Fixed by #278
Closed

Add reasoning_content field to ResponseMessage #271

panghy opened this issue Jan 26, 2025 · 4 comments · Fixed by #278
Assignees
Labels
enhancement New feature or request

Comments

@panghy
Copy link

panghy commented Jan 26, 2025

Mainly to support seeing CoT reasoning details with "DeepSeek": https://api-docs.deepseek.com/guides/reasoning_model

@sashirestela
Copy link
Owner

Have you verified that the deepseek-reasoner model is working?

I've tried this chat resquest and it responds with an empty body:

{
    "model": "deepseek-reasoner",
    "messages": [
        {
            "role": "user",
            "content": "9.11 and 9.8, which is greater?"
        }
    ],
    "stream": false,
    "max_tokens": 8192
}

@sashirestela sashirestela added the question Further information is requested label Jan 28, 2025
@sashirestela
Copy link
Owner

@panghy The deepseek-reasoner model is not working in its API. I see this issue reported by several users on the DeepSeek's Discord Channel

@sashirestela sashirestela added enhancement New feature or request and removed question Further information is requested labels Jan 30, 2025
@sashirestela
Copy link
Owner

@panghy This will be part of the next release

@panghy
Copy link
Author

panghy commented Feb 2, 2025

Thanks! I was using it and was noticing that it's not able to access the reasoning content.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
2 participants