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

[Feature]: 希望增加Deepseek V3的API支持 #2105

Open
saber65535 opened this issue Jan 6, 2025 · 8 comments
Open

[Feature]: 希望增加Deepseek V3的API支持 #2105

saber65535 opened this issue Jan 6, 2025 · 8 comments

Comments

@saber65535
Copy link

Class | 类型

大语言模型

Feature Request | 功能请求

希望增加Deepseek V3的API支持

@zjsailor
Copy link

zjsailor commented Jan 7, 2025

这个已经支持deepseek了啊。你用的是什么版本?

@saber65535
Copy link
Author

这个已经支持deepseek了啊。你用的是什么版本?

现在使用的是3.91版本。
已经研究明白该怎么用了,把AVAIL_LLM_MODELS里吧deepseek-chat加进去就好了。非常感谢!

@RoadtoAGI
Copy link

image
用不了啊

@RoadtoAGI
Copy link

这个已经支持deepseek了啊。你用的是什么版本?
image
原始版本是这样,我改了之后,能选v3,还用不了

@RoadtoAGI
Copy link

这个已经支持deepseek了啊。你用的是什么版本?

现在使用的是3.91版本。 已经研究明白该怎么用了,把AVAIL_LLM_MODELS里吧deepseek-chat加进去就好了。非常感谢!

怎么做到的?不存在bridge_deepseek.py这个文件啊,bridge_deepseekcoder.py是本地模型。加上就能用吗?

@zjsailor
Copy link

#config_private.py中,把deepseek-chat填到AVAIL_LLM_MODELS 中,也可以在LLM_MODEL = "deepseek-chat"中默认选中(也可以后期选)
LLM_MODEL = "deepseek-chat" # 可选 ↓↓↓
AVAIL_LLM_MODELS = ["gpt-4-1106-preview", "qianfan","spark", "deepseek-chat" ,"deepseek-coder","sparkv2", "sparkv3", "sparkv3.5", "sparkv4","qwen-turbo", "qwen-plus", "qwen-max", "gemini-1.5-flash", "gemini-1.5-pro", "chatglm3" 。。。。。。。。
#找到下面,填入key就可以了。

深度求索(DeepSeek) API KEY,默认请求地址为"https://api.deepseek.com/v1/chat/completions"

DEEPSEEK_API_KEY =

@LiJieqin
Copy link

我看到现在有个deepseek-R1了,我在模型预选那里填了deepseek-V1和deepseek-V3,但是都连不了,填deepseek-chat可以连,但是不知道连的是哪个模型啊?

@memset0
Copy link

memset0 commented Jan 24, 2025

@LiJieqin 我看到现在有个deepseek-R1了,我在模型预选那里填了deepseek-V1和deepseek-V3,但是都连不了,填deepseek-chat可以连,但是不知道连的是哪个模型啊?

Deepseek API 提供的就是 deepseek-chat / deepseek-coder / deepseek-reasoner 三个模型,调用 deepseek-chat 实际上就是 V3 模型。API endpoint 里写 V1 是为了兼容 OpenAI 的 BaseUrl。(参见:https://api-docs.deepseek.com/zh-cn/

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

5 participants