Skip to content
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

[DRAFT] feat: support deepseek-reasoner #8776

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

LastRemote
Copy link
Contributor

Related Issues

Proposed Changes:

Added a reasoning_content field for both ChatMessage and StreamingChunk

How did you test it?

This is not thoroughly tested and should stay as a draft PR.

Notes for the reviewer

Hello, this is a draft PR that adds support for reasoning models, with untested sample code to support deepseek-reasoner style APIs in OpenAIChatGenerator. I will be away for the rest of the week (responses might be delayed), but feel free to take over.

Checklist

  • I have read the contributors guidelines and the code of conduct
  • I have updated the related issue with new insights and changes
  • [MISSING] I added unit tests and updated the docstrings
  • I've used one of the conventional commit types for my PR title: fix:, feat:, build:, chore:, ci:, docs:, style:, refactor:, perf:, test: and added ! in case the PR includes breaking changes.
  • I documented my code
  • [MISSING] I ran pre-commit hooks and fixed any issue

@LastRemote LastRemote requested a review from a team as a code owner January 27, 2025 14:04
@LastRemote LastRemote requested review from vblagoje and removed request for a team January 27, 2025 14:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support for o1-like reasoning model (LRMs)
1 participant