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/deepseek chat node #3732

Merged

Conversation

nguyenhung10012003
Copy link
Contributor

This pull request introduces support for DeepseekAI's API and models within the project. The changes include adding a new credential class for DeepseekAI, updating the models configuration, and creating a new node class for interacting with DeepseekAI's chat models.

New Feature: DeepseekAI Integration

  • Credential Class for DeepseekAI:

    • Added a new credential class DeepseekApi for handling DeepseekAI API keys. (packages/components/credentials/DeepseekApi.credential.ts)
  • Models Configuration:

    • Updated the models.json file to include DeepseekAI models (deepseek-chat and deepseek-coder). (packages/components/models.json)
  • Node Class for DeepseekAI Chat Models:

    • Created a new node class Deepseek_ChatModels to interact with DeepseekAI's chat models. This class includes various parameters such as model name, temperature, max tokens, and more. (packages/components/nodes/chatmodels/Deepseek/Deepseek.ts)

Copy link
Contributor

@HenryHengZJ HenryHengZJ left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good! thank you @nguyenhung10012003 !

@HenryHengZJ HenryHengZJ merged commit 93f3a5d into FlowiseAI:main Dec 21, 2024
2 checks passed
@nguyenhung10012003 nguyenhung10012003 deleted the feat/deepseek-chat-node branch January 22, 2025 10:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants