Skip to content

GH-1378: Add parameter warnings and implement penalty options for Ver… #3033

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
wants to merge 1 commit into from

Conversation

sobychacko
Copy link
Contributor

…tex AI Gemini

Fixes: #1378

  • Add warnings for unsupported frequency/presence penalty in Anthropic API
  • Add warnings for unsupported frequency/presence penalty and topK in BedrockProxyChatModel
  • Add warning for unsupported topK in OpenAI chat models
  • Implement frequency and presence penalty parameters for Vertex AI Gemini model
  • Update Vertex AI Gemini options and tests

…options for Vertex AI Gemini

Fixes: spring-projects#1378

- Add warnings for unsupported frequency/presence penalty in Anthropic API
- Add warnings for unsupported frequency/presence penalty and topK in BedrockProxyChatModel
- Add warning for unsupported topK in OpenAI chat models
- Implement frequency and presence penalty parameters for Vertex AI Gemini model
- Update Vertex AI Gemini options and tests

Signed-off-by: Soby Chacko <soby.chacko@broadcom.com>
@sobychacko sobychacko added this to the 1.0.0-RC1 milestone May 7, 2025
@sobychacko sobychacko added the enhancement New feature or request label May 7, 2025
@markpollack
Copy link
Member

made the warn messages consistent.

merged in d781199

@markpollack markpollack closed this May 7, 2025
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
Development

Successfully merging this pull request may close these issues.

Review what is in ChatOptions
2 participants