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 DeepSeek component #5443

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

Conversation

raphaelchristi
Copy link
Contributor

This pull request adds a DeepSeek model component to Langflow, enabling integration with the DeepSeek API. The component follows the same pattern as the existing OpenAI component and includes:

  • Chat completion functionality
  • Dynamic model fetching from DeepSeek's API
  • JSON mode support
  • Comprehensive parameter controls (temperature, max tokens, etc.)
  • Error handling for API responses
  • OpenAI-compatible interface for seamless integration

@dosubot dosubot bot added size:L This PR changes 100-499 lines, ignoring generated files. enhancement New feature or request labels Dec 25, 2024
@github-actions github-actions bot added enhancement New feature or request and removed enhancement New feature or request labels Dec 25, 2024
@raphaelchristi raphaelchristi force-pushed the feat/add-deepseek-model-component branch from 4ec3047 to 21d56da Compare December 25, 2024 20:35
@github-actions github-actions bot added enhancement New feature or request and removed enhancement New feature or request labels Dec 25, 2024
@github-actions github-actions bot added enhancement New feature or request and removed enhancement New feature or request labels Dec 25, 2024
@github-actions github-actions bot added enhancement New feature or request and removed enhancement New feature or request labels Dec 25, 2024
@github-actions github-actions bot added enhancement New feature or request and removed enhancement New feature or request labels Dec 25, 2024
@github-actions github-actions bot added enhancement New feature or request and removed enhancement New feature or request labels Dec 25, 2024
@github-actions github-actions bot added enhancement New feature or request and removed enhancement New feature or request labels Dec 25, 2024
@github-actions github-actions bot added enhancement New feature or request and removed enhancement New feature or request labels Dec 25, 2024
@github-actions github-actions bot added enhancement New feature or request and removed enhancement New feature or request labels Dec 26, 2024
@github-actions github-actions bot added enhancement New feature or request and removed enhancement New feature or request labels Dec 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request size:L This PR changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant