mirror of
https://github.com/ErlichLiu/DeepClaude.git
synced 2026-04-25 05:05:57 +03:00
[PR #104] [MERGED] Feat/allow proxy by model #120
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#120
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?
📋 Pull Request Information
Original PR: https://github.com/ErlichLiu/DeepClaude/pull/104
Author: @warjiang
Created: 3/21/2025
Status: ✅ Merged
Merged: 3/22/2025
Merged by: @GowayLee
Base:
main← Head:feat/allow-proxy-by-model📝 Commits (3)
39325eefeat: split proxy for reasoner and target modeldd8fbb4chore: update sample configsbf9cdadfeat: add proxy-open options in web ui📊 Changes
6 files changed (+43 additions, -17 deletions)
View changed files
📝
app/deepclaude/deepclaude.py(+6 -4)📝
app/manager/model_manager.py(+7 -2)📝
app/model_manager/model_configs.json(+14 -7)📝
app/openai_composite/openai_composite.py(+6 -4)📝
frontend/index.html(+8 -0)📝
frontend/js/config.js(+2 -0)📄 Description
When I used the deepgeminiflash composite model, I need to config the proxy for the gemini model, but there is no need to set the proxy config for deepseek, the deepseek api should be visited directly. Currenty, I config the traffic split rules in the clash, but it's a little bit complex, so I want to split the proxy config to make it more flexible.
the working log as following:

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.