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

feat (provider/groq): reasoning format support #5273

Merged
merged 12 commits into from
Mar 20, 2025
Merged

feat (provider/groq): reasoning format support #5273

merged 12 commits into from
Mar 20, 2025

Conversation

lgrammel
Copy link
Collaborator

@lgrammel lgrammel commented Mar 19, 2025

Fixes #5233

Summary

  • update groq models
  • support groq reasoning format option
  • omit empty groq text deltas

Tasks

  • update groq models (settings)
  • update groq models (docs)
  • groq reasoning section (docs)
  • implement groq reasoning
    • option
    • option test
    • generate
    • generate test
    • stream
    • stream test
    • test out defaults - would need to be model specific, not adding
    • extract provider option parsing
  • groq reasoning example
    • generate
    • stream
  • changeset

@lgrammel lgrammel self-assigned this Mar 19, 2025
@lgrammel lgrammel marked this pull request as draft March 19, 2025 17:01
@lgrammel lgrammel changed the title groq feat (provider/groq): reasoning Mar 19, 2025
@lgrammel lgrammel changed the title feat (provider/groq): reasoning feat (provider/groq): reasoning option support Mar 19, 2025
@lgrammel lgrammel changed the title feat (provider/groq): reasoning option support feat (provider/groq): reasoning format support Mar 19, 2025
@lgrammel lgrammel marked this pull request as ready for review March 20, 2025 09:37
@lgrammel lgrammel merged commit d0c4659 into main Mar 20, 2025
8 checks passed
@lgrammel lgrammel deleted the lg/CH6pehd branch March 20, 2025 09:47
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.

Parsed reasoning support for Groq adapter
2 participants