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

Support DeepSeek in benchmarks and plugin #56

Merged
merged 7 commits into from
Jan 31, 2025
Merged

Conversation

K-dizzled
Copy link
Collaborator

Implement DeepSeek API as a standalone service and support its choice in Benchmarks and Plugin settings. Due to API compatibility, the service is almost identical to the OpenAI Service. However, we decided to separate the logic into another service and not to manipulate existing service params because:

  • It is semantically a new LLMService.

  • The API is changing and could be extended. If we made it another way around, it would become painful to modify the code.

At the moment, service is not tested enough due to an outage of the public DeepSeek API, extreme downtime and queues.

@K-dizzled K-dizzled requested a review from GlebSolovev January 29, 2025 19:19
Copy link
Collaborator

@GlebSolovev GlebSolovev left a comment

Choose a reason for hiding this comment

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

Generally, everything looks very fine, just some small bugs should be fixed 🤝
Thank you for dealing with new LLM services support, I'm happy you managed to do it! Especially, that fast ⚡️

@K-dizzled K-dizzled merged commit 3d737f8 into v2.5.0-dev Jan 31, 2025
3 checks passed
@K-dizzled K-dizzled deleted the deepseek-support branch January 31, 2025 11:29
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