Skip to content

Implement DeepSeek-V3 LLM Provider Driver #70

Description

@hardikkaurani

🟡 Intermediate Issue

Problem

EvalForge currently supports OpenAI, Anthropic Claude, Google Gemini, and Ollama providers but does not have a DeepSeek driver.

Why It Matters

DeepSeek-V3 and DeepSeek-R1 are increasingly popular open-weight models. First-class provider support expands EvalForge's evaluation coverage.

Suggested Files

  • backend/app/evaluation/providers/base.py (review interface)
  • backend/app/evaluation/providers/deepseek_provider.py (new file)

Definition of Done

  • DeepSeekLLMProvider class inheriting from BaseLLMProvider created.
  • Provider registered in the provider factory.
  • Unit tests with mocked API responses added.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    backendBackend API, database, and business logichelp wantedExtra attention is needed

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions