mirror of
https://github.com/ErlichLiu/DeepClaude.git
synced 2026-04-25 21:25:53 +03:00
[GH-ISSUE #23] 是否有计划支持 OpenAI格式的动态模型 #14
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/DeepClaude#14
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @vank3f3 on GitHub (Feb 7, 2025).
Original GitHub issue: https://github.com/ErlichLiu/DeepClaude/issues/23
您好,请问是否有计划支持OpenAI格式的动态模型呢,思考还是用 Deepseek-R1,然后根据传入的模型,动态调用 One-api 或者 New-api 后的模型,根据Deepseek-R1 思考的结果进行分析。
即把".env"下的"CLAUDE_MODEL" 参数,通过请求来传递。
@GowayLee commented on GitHub (Feb 8, 2025):
已实现当环境变量
CLAUDE_MODEL设置为空字符串时, 接受请求体中的model字段值作为"claude"模型.