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: Add ChatAnthropic integration #477

Merged
merged 1 commit into from
Jul 2, 2024
Merged

feat: Add ChatAnthropic integration #477

merged 1 commit into from
Jul 2, 2024

Conversation

davidmigloz
Copy link
Owner

@davidmigloz davidmigloz commented Jul 2, 2024

Resolves #316

dependencies:
  langchain: {version}
  langchain_anthropic: {version}
final chatModel = ChatAnthropic(
  apiKey: apiKey,
  defaultOptions: const ChatAnthropicOptions(
    model: 'claude-3-5-sonnet-20240620',
    temperature: 0,
  ),
);

@davidmigloz davidmigloz self-assigned this Jul 2, 2024
@davidmigloz davidmigloz added this to the v0.8.0 milestone Jul 2, 2024
@davidmigloz davidmigloz added t:enhancement New feature or request c:chat-models Chat models. p:langchain_anthropic langchain_anthropic package labels Jul 2, 2024
@davidmigloz davidmigloz merged commit 44c7faf into main Jul 2, 2024
1 check passed
@davidmigloz davidmigloz deleted the chat-anthropic branch July 2, 2024 20:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c:chat-models Chat models. p:langchain_anthropic langchain_anthropic package t:enhancement New feature or request
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Add Anthropic integration
1 participant