Switch to utm_source/medium/campaign tracking for GA4
Browse files
README.md
CHANGED
|
@@ -19,7 +19,7 @@ language:
|
|
| 19 |
|
| 20 |
> 一个 API Key,在所有主流 AI 客户端中使用 624+ 模型
|
| 21 |
|
| 22 |
-
[Crazyrouter](https://crazyrouter.com/?
|
| 23 |
|
| 24 |
## 通用配置信息
|
| 25 |
|
|
@@ -28,7 +28,7 @@ language:
|
|
| 28 |
| 配置项 | 值 |
|
| 29 |
|--------|-----|
|
| 30 |
| API Base URL | `https://crazyrouter.com/v1` |
|
| 31 |
-
| API Key | `sk-your-crazyrouter-key`(在 [crazyrouter.com](https://crazyrouter.com/?
|
| 32 |
| 模型 | `gpt-4o`、`claude-sonnet-4-20250514`、`deepseek-chat` 等 |
|
| 33 |
|
| 34 |
---
|
|
@@ -42,7 +42,7 @@ language:
|
|
| 42 |
1. 打开 ChatBox → 设置(Settings)
|
| 43 |
2. 选择 **AI Provider** → **OpenAI API Compatible**
|
| 44 |
3. 填写:
|
| 45 |
-
- **API Host**: `https://crazyrouter.com/?
|
| 46 |
- **API Path**: `/v1/chat/completions`
|
| 47 |
- **API Key**: `sk-your-crazyrouter-key`
|
| 48 |
- **Model**: 输入模型名称,如 `gpt-4o`
|
|
@@ -92,7 +92,7 @@ language:
|
|
| 92 |
```bash
|
| 93 |
docker run -d -p 3000:3000 \
|
| 94 |
-e OPENAI_API_KEY="sk-your-crazyrouter-key" \
|
| 95 |
-
-e BASE_URL="https://crazyrouter.com/?
|
| 96 |
yidadaa/chatgpt-next-web
|
| 97 |
```
|
| 98 |
|
|
@@ -102,14 +102,14 @@ docker run -d -p 3000:3000 \
|
|
| 102 |
2. 在 Vercel 导入项目
|
| 103 |
3. 设置环境变量:
|
| 104 |
- `OPENAI_API_KEY` = `sk-your-crazyrouter-key`
|
| 105 |
-
- `BASE_URL` = `https://crazyrouter.com/?
|
| 106 |
- `CUSTOM_MODELS` = `+gpt-4o,+claude-sonnet-4-20250514,+deepseek-chat,+gemini-2.0-flash`
|
| 107 |
4. 部署
|
| 108 |
|
| 109 |
### 网页端设置
|
| 110 |
|
| 111 |
如果已部署,在设置页面:
|
| 112 |
-
- **接口地址**: `https://crazyrouter.com/?
|
| 113 |
- **API Key**: `sk-your-crazyrouter-key`
|
| 114 |
- **自定义模型名**: 添加需要的模型
|
| 115 |
|
|
@@ -280,7 +280,7 @@ export OPENAI_API_BASE="https://crazyrouter.com/v1"
|
|
| 280 |
|
| 281 |
## 链接
|
| 282 |
|
| 283 |
-
- 🌐 [Crazyrouter](https://crazyrouter.com/?
|
| 284 |
- 🤖 [在线 Demo](https://huggingface.co/spaces/xujfcn/Crazyrouter-Demo)
|
| 285 |
- 💰 [价格对比](https://huggingface.co/spaces/xujfcn/Crazyrouter-Pricing)
|
| 286 |
- 📖 [快速入门](https://huggingface.co/xujfcn/Crazyrouter-Getting-Started)
|
|
|
|
| 19 |
|
| 20 |
> 一个 API Key,在所有主流 AI 客户端中使用 624+ 模型
|
| 21 |
|
| 22 |
+
[Crazyrouter](https://crazyrouter.com/?utm_source=huggingface&utm_medium=tutorial&utm_campaign=dev_community) 完全兼容 OpenAI API,因此所有支持自定义 OpenAI 端点的客户端都可以直接使用。
|
| 23 |
|
| 24 |
## 通用配置信息
|
| 25 |
|
|
|
|
| 28 |
| 配置项 | 值 |
|
| 29 |
|--------|-----|
|
| 30 |
| API Base URL | `https://crazyrouter.com/v1` |
|
| 31 |
+
| API Key | `sk-your-crazyrouter-key`(在 [crazyrouter.com](https://crazyrouter.com/?utm_source=huggingface&utm_medium=tutorial&utm_campaign=dev_community) 获取) |
|
| 32 |
| 模型 | `gpt-4o`、`claude-sonnet-4-20250514`、`deepseek-chat` 等 |
|
| 33 |
|
| 34 |
---
|
|
|
|
| 42 |
1. 打开 ChatBox → 设置(Settings)
|
| 43 |
2. 选择 **AI Provider** → **OpenAI API Compatible**
|
| 44 |
3. 填写:
|
| 45 |
+
- **API Host**: `https://crazyrouter.com/?utm_source=huggingface&utm_medium=tutorial&utm_campaign=dev_community`
|
| 46 |
- **API Path**: `/v1/chat/completions`
|
| 47 |
- **API Key**: `sk-your-crazyrouter-key`
|
| 48 |
- **Model**: 输入模型名称,如 `gpt-4o`
|
|
|
|
| 92 |
```bash
|
| 93 |
docker run -d -p 3000:3000 \
|
| 94 |
-e OPENAI_API_KEY="sk-your-crazyrouter-key" \
|
| 95 |
+
-e BASE_URL="https://crazyrouter.com/?utm_source=huggingface&utm_medium=tutorial&utm_campaign=dev_community" \
|
| 96 |
yidadaa/chatgpt-next-web
|
| 97 |
```
|
| 98 |
|
|
|
|
| 102 |
2. 在 Vercel 导入项目
|
| 103 |
3. 设置环境变量:
|
| 104 |
- `OPENAI_API_KEY` = `sk-your-crazyrouter-key`
|
| 105 |
+
- `BASE_URL` = `https://crazyrouter.com/?utm_source=huggingface&utm_medium=tutorial&utm_campaign=dev_community`
|
| 106 |
- `CUSTOM_MODELS` = `+gpt-4o,+claude-sonnet-4-20250514,+deepseek-chat,+gemini-2.0-flash`
|
| 107 |
4. 部署
|
| 108 |
|
| 109 |
### 网页端设置
|
| 110 |
|
| 111 |
如果已部署,在设置页面:
|
| 112 |
+
- **接口地址**: `https://crazyrouter.com/?utm_source=huggingface&utm_medium=tutorial&utm_campaign=dev_community`
|
| 113 |
- **API Key**: `sk-your-crazyrouter-key`
|
| 114 |
- **自定义模型名**: 添加需要的模型
|
| 115 |
|
|
|
|
| 280 |
|
| 281 |
## 链接
|
| 282 |
|
| 283 |
+
- 🌐 [Crazyrouter](https://crazyrouter.com/?utm_source=huggingface&utm_medium=tutorial&utm_campaign=dev_community) — 获取 API Key
|
| 284 |
- 🤖 [在线 Demo](https://huggingface.co/spaces/xujfcn/Crazyrouter-Demo)
|
| 285 |
- 💰 [价格对比](https://huggingface.co/spaces/xujfcn/Crazyrouter-Pricing)
|
| 286 |
- 📖 [快速入门](https://huggingface.co/xujfcn/Crazyrouter-Getting-Started)
|