langflow icon indicating copy to clipboard operation
langflow copied to clipboard

feat: Add DeepSeek component

Open raphaelchristi opened this issue 1 year ago • 0 comments

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

raphaelchristi avatar Dec 25 '24 20:12 raphaelchristi