chore: bump version to 1.0.6
This commit is contained in:
@@ -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 |
|
||||
|
||||
Reference in New Issue
Block a user