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

together[minor]: release 0.3 #12

Merged
merged 3 commits into from
Jan 10, 2025
Merged

together[minor]: release 0.3 #12

merged 3 commits into from
Jan 10, 2025

Conversation

ccurme
Copy link
Contributor

@ccurme ccurme commented Jan 10, 2025

Update langchain-openai to 0.3. See release notes for details. Should only impact default values of temperature, n, and max_retries.

@ccurme
Copy link
Contributor Author

ccurme commented Jan 10, 2025

Comment on lines -69 to -76
# Test that if explicit param is specified in kwargs it errors
with pytest.raises(ValueError):
ChatTogether(model_kwargs={"temperature": 0.2})

# Test that "model" cannot be specified in kwargs
with pytest.raises(ValueError):
ChatTogether(model_kwargs={"model": "meta-llama/Llama-3-8b-chat-hf"})

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These have been failing for some time. Confirmed they both fail on main.

@ccurme ccurme merged commit e54a23a into main Jan 10, 2025
14 checks passed
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.

1 participant