Skip to content

支持DeepSeek吗? #1917

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

Open
yanwuhuo1 opened this issue Mar 22, 2025 · 1 comment
Open

支持DeepSeek吗? #1917

yanwuhuo1 opened this issue Mar 22, 2025 · 1 comment

Comments

@yanwuhuo1
Copy link

怎么操作?

@lumixraku
Copy link

lumixraku commented Apr 4, 2025

Any model that matches this message format is supported
Qwen is supported, and I believe Deepseek is as well

{
  "id": "cmpl-xyz",
  "object": "chat.completion",
  "created": 1234567890,
  "choices": [
    {
      "index": 0,
      "message": {"role": "assistant", "content": "Hi there!"},
      "finish_reason": "stop"
    }
  ],
  "usage": {"prompt_tokens": 10, "completion_tokens": 10, "total_tokens": 20}
}

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

No branches or pull requests

2 participants