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(community) Add support for Tool Calling and Stop Token to ChatDeepInfra #7126

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

HyphenHook
Copy link

Fixes #7020

Description:

  • Added support for tool calling to the ChatDeepInfra chat model and implemented bindTools as requested in the issue.
  • Added support for stop tokens to the ChatDeepInfra chat model

@dosubot dosubot bot added the size:L This PR changes 100-499 lines, ignoring generated files. label Oct 31, 2024
Copy link

vercel bot commented Oct 31, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
langchainjs-docs ✅ Ready (Inspect) Visit Preview Oct 31, 2024 6:35am
1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
langchainjs-api-refs ⬜️ Ignored (Inspect) Oct 31, 2024 6:35am

@dosubot dosubot bot added the auto:improvement Medium size change to existing code to handle new use-cases label Oct 31, 2024
@HyphenHook HyphenHook changed the title feat(community) Adds support for Tool Calling and Stop Token to ChatDeepInfra feat(community) Add support for Tool Calling and Stop Token to ChatDeepInfra Oct 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto:improvement Medium size change to existing code to handle new use-cases size:L This PR changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ChatDeepInfra does not implement bindTools
1 participant