chore: bump version to 1.0.6

This commit is contained in:
Quorinex
2026-05-11 22:25:27 +08:00
parent 5cf2cce1d1
commit 940dc782cb
5 changed files with 18 additions and 4 deletions

View File

@@ -17,6 +17,7 @@ If this project helps you, a Star would mean a lot.
- Auto token refresh, SSE streaming, Web admin panel
- Multiple auth: AWS Builder ID, IAM Identity Center (Enterprise SSO), SSO Token, local cache, credentials JSON
- Usage tracking, account import/export, i18n (CN / EN)
- Support configuring outbound proxy (SOCKS5 / HTTP)
## Quick Start
@@ -74,6 +75,12 @@ curl http://localhost:8080/v1/chat/completions \
Append a suffix (default `-thinking`) to the model name, e.g. `claude-sonnet-4.5-thinking`. Claude-compatible requests that include a top-level `thinking` config such as `{"type":"enabled","budget_tokens":2048}` or `{"type":"adaptive"}` also enable thinking mode automatically. Configure output format in the admin panel under Settings - Thinking Mode.
## Outbound Proxy
For users in restricted network regions, configure an outbound proxy in the admin panel under **Settings - Outbound Proxy Settings**. Supports SOCKS5 and HTTP proxies.
The setting takes effect immediately without restarting.
## Environment Variables
| Variable | Description | Default |