langflow
langflow copied to clipboard
feat: Add DeepSeek component
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