mirror of
https://github.com/musistudio/claude-code-router.git
synced 2026-04-29 18:59:28 +00:00
fix doc
This commit is contained in:
parent
9309cc8655
commit
1579413f3d
16 changed files with 86 additions and 200 deletions
|
|
@ -141,14 +141,14 @@ ccr preset delete my-config
|
|||
"Providers": [
|
||||
{
|
||||
"name": "openai",
|
||||
"api_base_url": "https://api.openai.com/v1",
|
||||
"api_base_url": "https://api.openai.com/v1/chat/completions",
|
||||
"api_key": "{{apiKey}}",
|
||||
"models": ["gpt-4", "gpt-3.5-turbo"]
|
||||
}
|
||||
],
|
||||
|
||||
"Router": {
|
||||
"default": "openai:gpt-4"
|
||||
"default": "openai,gpt-4"
|
||||
},
|
||||
|
||||
"schema": [
|
||||
|
|
@ -251,4 +251,4 @@ ccr preset export my-preset --include-sensitive
|
|||
|
||||
- [配置指南](/zh/docs/cli/config/basic) - 基础配置
|
||||
- [项目级配置](/zh/docs/cli/config/project-level) - 项目特定设置
|
||||
- [服务器:预设](/zh/docs/server/advanced/presets) - 高级预设主题
|
||||
- [预设](/zh/docs/presets/intro) - 高级预设主题
|
||||
|
|
|
|||
|
|
@ -371,7 +371,7 @@ module.exports = async function(variables, options) {
|
|||
|
||||
Statusline 主题可以包含在 presets 中。当您安装带有 statusline 配置的 preset 时,激活该 preset 时会自动应用。
|
||||
|
||||
查看 [Presets](/docs/server/advanced/presets) 了解更多信息。
|
||||
查看 [Presets](/zh/docs/presets/intro) 了解更多信息。
|
||||
|
||||
## 故障排除
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue