-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Fix/openclaw determine api type #13397
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
DDU1222
wants to merge
38
commits into
CherryHQ:main
Choose a base branch
from
DDU1222:fix/openclaw-determine-api-type
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+122
−50
Open
Changes from 35 commits
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
56e477e
add imagen
85e0997
Merge branch 'main' of https://github.com/DDU1222/cherry-studio
c007ff4
Merge branch 'main' of https://github.com/DDU1222/cherry-studio
04d9b02
Merge branch 'CherryHQ:main' into main
DDU1222 099b963
Merge branch 'CherryHQ:main' into main
DDU1222 55f1c42
Merge branch 'CherryHQ:main' into main
DDU1222 d4ebac9
Merge branch 'CherryHQ:main' into main
DDU1222 b92c9d4
Merge branch 'CherryHQ:main' into main
DDU1222 9ff702d
Merge branch 'CherryHQ:main' into main
DDU1222 0b121e2
Merge branch 'CherryHQ:main' into main
DDU1222 d4f38b0
Merge branch 'CherryHQ:main' into main
DDU1222 976b735
Merge branch 'CherryHQ:main' into main
DDU1222 cbc2e73
Merge branch 'CherryHQ:main' into main
DDU1222 6ae7a9d
Merge branch 'CherryHQ:main' into main
DDU1222 5a9b38e
Merge branch 'CherryHQ:main' into main
DDU1222 f2bfe87
Merge branch 'CherryHQ:main' into main
DDU1222 bb27cf5
Merge branch 'CherryHQ:main' into main
DDU1222 b245761
Merge branch 'CherryHQ:main' into main
DDU1222 1e89ab9
Merge branch 'CherryHQ:main' into main
DDU1222 9ec0a5c
Merge branch 'CherryHQ:main' into main
DDU1222 8c264f7
Merge branch 'CherryHQ:main' into main
DDU1222 f88f2c8
Merge branch 'CherryHQ:main' into main
DDU1222 d0f5a33
fix: rewrite OpenClaw determineApiType to use mapping-based protocol …
DDU1222 a5bac1e
fix: restrict model name inference to providers with anthropicApiHost
DDU1222 c311e4d
fix: add gemini provider type to OpenClaw protocol mapping
DDU1222 44652fa
fix: use geminiApiHost for gemini protocol inference on aggregators
DDU1222 273a34e
fix: use geminiApiHost as base URL for google-generative-ai protocol
DDU1222 d20aaa2
fix: use provider.geminiApiHost instead of hardcoded URL in AihubmixA…
DDU1222 c32044b
fix: add migration 200 to populate geminiApiHost for aihubmix provider
DDU1222 1ec9aca
fix: update geminiApiHost to v1beta and add migration 201
DDU1222 0ff7095
chore: remove design document
DDU1222 4186142
chore: remove determineApiType test file
DDU1222 f456580
chore: revert test mock change in clientCompatibilityTypes
DDU1222 8ad017c
Merge branch 'CherryHQ:main' into main
DDU1222 d1ace75
Merge branch 'main' into fix/openclaw-determine-api-type
DDU1222 8804a5e
Merge branch 'CherryHQ:main' into main
DDU1222 c82beb0
merge main
DDU1222 b69c408
Update migrate.ts
DDU1222 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这里两个版本可以合并一下