di-sukharev / di-sukharev/opencommit

[Feature]: Integrate DeepSeek-V3 as an AI provider

Open
#443 3 comments 3 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
JavaScript
Stars
7.5k
Forks
445
Avg merge
18m
Merged PRs (30d)
2

Description

Description

I propose integrating DeepSeek-V3 as a new AI provider in OpenCommit. DeepSeek-V3 is a powerful AI model that offers high performance and speed, making it a great alternative to existing providers like OpenAI, Anthropic, or Ollama.

This integration would allow users to use DeepSeek-V3 for generating commit messages, providing more options and flexibility in choosing AI models.

Suggested Solution
  1. Add DeepSeek-V3 as a supported AI provider in the OpenCommit configuration.
  2. Allow users to set DeepSeek-V3 as the default provider via the OCO_AI_PROVIDER config.
  3. Support DeepSeek-V3's API endpoint and model options in the configuration.

Example configuration:

oco config set OCO_AI_PROVIDER=deepseek-v3
oco config set OCO_API_KEY=<DeepSeek_API_Key>
oco config set OCO_API_URL=<DeepSeek_API_URL>
oco config set OCO_MODEL=deepseek-v3

### Alternatives

_No response_

### Additional Context

_No response_

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the existing AI provider integrations and configuration handling in OpenCommit, then compare how provider, API URL, API key, and model settings are represented. Done means DeepSeek-V3 can be selected through OCO_AI_PROVIDER, its endpoint and model can be configured, and it generates commit messages through the documented settings.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
ai, backend-api-design
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.