mirror of
https://github.com/alibaba/higress.git
synced 2026-06-09 12:47:28 +08:00
Update README.md
This commit is contained in:
@@ -27,10 +27,11 @@ If you need to install manually:
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Copy plugin files
|
# Copy plugin files
|
||||||
mkdir -p "$HOME/.openclaw/extensions/higress-ai-gateway"
|
mkdir -p "$HOME/.openclaw/extensions/higress"
|
||||||
cp -r ./* "$HOME/.openclaw/extensions/higress-ai-gateway/"
|
cp -r ./* "$HOME/.openclaw/extensions/higress/"
|
||||||
|
|
||||||
# Configure provider
|
# Configure provider
|
||||||
|
openclaw plugins enable higress
|
||||||
openclaw models auth login --provider higress
|
openclaw models auth login --provider higress
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -49,24 +50,11 @@ The plugin will prompt for:
|
|||||||
4. Model list (auto-detected or manually specified)
|
4. Model list (auto-detected or manually specified)
|
||||||
5. Auto-routing default model (if using higress/auto)
|
5. Auto-routing default model (if using higress/auto)
|
||||||
|
|
||||||
## Auto-routing
|
|
||||||
|
|
||||||
To use auto-routing, include `higress/auto` in your model list during configuration. Then use it in your conversations:
|
|
||||||
|
|
||||||
```bash
|
|
||||||
# Use auto-routing
|
|
||||||
openclaw chat --model higress/auto "深入思考 这个问题应该怎么解决?"
|
|
||||||
|
|
||||||
# The gateway will automatically route to the appropriate model based on:
|
|
||||||
# - Message content triggers (configured via higress-auto-router skill)
|
|
||||||
# - Fallback to default model if no rule matches
|
|
||||||
```
|
|
||||||
|
|
||||||
## Related Resources
|
## Related Resources
|
||||||
|
|
||||||
- **Parent Skill**: [higress-openclaw-integration](../SKILL.md)
|
- **Parent Skill**: [higress-openclaw-integration](../SKILL.md)
|
||||||
- **Auto-routing Configuration**: [higress-auto-router](../../higress-auto-router/SKILL.md)
|
- **Auto-routing Configuration**: [higress-auto-router](../../higress-auto-router/SKILL.md)
|
||||||
- **Higress AI Gateway**: https://github.com/higress-group/higress-standalone
|
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user