mirror of
https://github.com/ErlichLiu/DeepClaude.git
synced 2026-04-25 05:05:57 +03:00
[GH-ISSUE #94] [Bug]: openrouter配置了claude3.7不生效 #66
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#66
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 @Andylive5518 on GitHub (Mar 12, 2025).
Original GitHub issue: https://github.com/ErlichLiu/DeepClaude/issues/94
提交前确认
发生了什么?
@ErlichLiu

我配置了anthropic/claude-3.7-sonnet,但是openrouter后台查到还是3.5,还请修复此问题,谢谢
{ "id": 5638324281, "generation_id": "gen-1741616408-blDMmA6Hc14myNdCAn39", "provider_name": "Google", "model": "anthropic/claude-3.5-sonnet", "app_id": 2224844, "streamed": true, "cancelled": false, "generation_time": 7464, "latency": 9750, "moderation_latency": 609, "created_at": "2025-03-10T14:20:26.558614+00:00", "tokens_prompt": 53473, "tokens_completion": 330, "native_tokens_prompt": 61650, "native_tokens_completion": 453, "native_tokens_reasoning": 0, "num_media_prompt": 3, "num_media_completion": null, "num_search_results": null, "origin": "https://github.com/ErlichLiu/DeepClaude", "usage": 0.191745, "usage_cache": null, "usage_data": null, "usage_web": null, "provider_responses": [ { "endpoint_id": "07be01e7-3f6a-4b0f-854b-103b7b0a7ad5", "provider_name": "Anthropic", "status": null, "latency": 1453, "is_byok": false }, { "id": "msg_vrtx_01F7oaXLqPGRKKUZeVzr6nF7", "endpoint_id": "b50f37f6-fe47-40cc-b9b4-89b1d52e460a", "provider_name": "Google", "status": 200, "latency": 9706, "is_byok": false } ], "is_byok": false, "finish_reason": "stop", "native_finish_reason": "stop", "app": { "id": 2224844, "created_at": "2025-02-02T17:18:37.484349+00:00", "description": null, "title": "DeepClaude", "main_url": null, "origin_url": "https://github.com/ErlichLiu/DeepClaude", "source_code_url": null } }@wuyangfan234 commented on GitHub (Mar 12, 2025):
你的推理模型 DeepSeek 是咋配置的
@Andylive5518 commented on GitHub (Mar 12, 2025):
@Andylive5518 commented on GitHub (Mar 12, 2025):
还发现个Bug,不管自己添加了组合模型/推理模型/目标模型,退出后再登录,发现自己新添加的模型全部没有保存
@ErlichLiu
@wuyangfan234 commented on GitHub (Mar 12, 2025):
/root/DeepClaude/app/model_manager/model_configs.json
变更后配置文件没有改,我在这里直接改的
@wuyangfan234 commented on GitHub (Mar 12, 2025):
openroute 的官方 api 配置里没有api_request_address这个参数,你试了吗
@wuyangfan234 commented on GitHub (Mar 12, 2025):
怎么改客户端结果都是空
@Andylive5518 commented on GitHub (Mar 12, 2025):
我所说的是在配置页面,http://192.168.9.90:8000/config
@Andylive5518 commented on GitHub (Mar 12, 2025):
这也是个办法
@wuyangfan234 commented on GitHub (Mar 12, 2025):
还是 dify 吧,感觉跑不起来
@Andylive5518 commented on GitHub (Mar 12, 2025):
我在服务器上用docker部署的,可以用,就是很吃我openrouter的token
@KingPollux commented on GitHub (Mar 16, 2025):
这个Bug要点击最上方的保存全部设置,才能解决。
@xiaohanyes commented on GitHub (Mar 17, 2025):
需要点击右上角的保存全部(我今天也是这样的)
@Ericxisuo commented on GitHub (Mar 22, 2025):
确实,感觉余额掉的很快,我就问了一个简短的问题,他这是把deepseek所有内容都丢给Claude了吗