update sponsors
This commit is contained in:
17
README.md
17
README.md
@@ -141,6 +141,16 @@ Here is a comprehensive example:
|
|||||||
"enhancetool"
|
"enhancetool"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "aihubmix",
|
||||||
|
"api_base_url": "https://aihubmix.com/v1/chat/completions",
|
||||||
|
"api_key": "sk-",
|
||||||
|
"models": [
|
||||||
|
"Z/glm-4.5",
|
||||||
|
"claude-opus-4-20250514",
|
||||||
|
"gemini-2.5-pro"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"Router": {
|
"Router": {
|
||||||
@@ -413,6 +423,13 @@ If you find this project helpful, please consider sponsoring its development. Yo
|
|||||||
|
|
||||||
A huge thank you to all our sponsors for their generous support!
|
A huge thank you to all our sponsors for their generous support!
|
||||||
|
|
||||||
|
<table>
|
||||||
|
<tr>
|
||||||
|
<td><a href="https://aihubmix.com/" target="_blank"><img src="/blog/images/sponsors/aihubmix.png" width="100" alt="aihubmix" /></a></td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
|
||||||
|
|
||||||
- @Simon Leischnig
|
- @Simon Leischnig
|
||||||
- [@duanshuaimin](https://github.com/duanshuaimin)
|
- [@duanshuaimin](https://github.com/duanshuaimin)
|
||||||
- [@vrgitadmin](https://github.com/vrgitadmin)
|
- [@vrgitadmin](https://github.com/vrgitadmin)
|
||||||
|
|||||||
16
README_zh.md
16
README_zh.md
@@ -137,6 +137,16 @@ npm install -g @musistudio/claude-code-router
|
|||||||
"enhancetool"
|
"enhancetool"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "aihubmix",
|
||||||
|
"api_base_url": "https://aihubmix.com/v1/chat/completions",
|
||||||
|
"api_key": "sk-",
|
||||||
|
"models": [
|
||||||
|
"Z/glm-4.5",
|
||||||
|
"claude-opus-4-20250514",
|
||||||
|
"gemini-2.5-pro"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"Router": {
|
"Router": {
|
||||||
@@ -408,6 +418,12 @@ jobs:
|
|||||||
|
|
||||||
非常感谢所有赞助商的慷慨支持!
|
非常感谢所有赞助商的慷慨支持!
|
||||||
|
|
||||||
|
<table>
|
||||||
|
<tr>
|
||||||
|
<td><a href="https://aihubmix.com/" target="_blank"><img src="/blog/images/sponsors/aihubmix.png" width="100" alt="aihubmix" /></a></td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
|
||||||
- @Simon Leischnig
|
- @Simon Leischnig
|
||||||
- [@duanshuaimin](https://github.com/duanshuaimin)
|
- [@duanshuaimin](https://github.com/duanshuaimin)
|
||||||
- [@vrgitadmin](https://github.com/vrgitadmin)
|
- [@vrgitadmin](https://github.com/vrgitadmin)
|
||||||
|
|||||||
BIN
blog/images/sponsors/aihubmix.png
Normal file
BIN
blog/images/sponsors/aihubmix.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 43 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 243 KiB After Width: | Height: | Size: 227 KiB |
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@musistudio/claude-code-router",
|
"name": "@musistudio/claude-code-router",
|
||||||
"version": "1.0.30",
|
"version": "1.0.31",
|
||||||
"description": "Use Claude Code without an Anthropics account and route it to another LLM provider",
|
"description": "Use Claude Code without an Anthropics account and route it to another LLM provider",
|
||||||
"bin": {
|
"bin": {
|
||||||
"ccr": "./dist/cli.js"
|
"ccr": "./dist/cli.js"
|
||||||
|
|||||||
Reference in New Issue
Block a user