mirror of
https://github.com/router-for-me/CLIProxyAPIPlus.git
synced 2026-03-22 00:50:26 +00:00
- Added `GlAPIKey` support in configuration to enable Generative Language API. - Integrated `GenerativeLanguageAPIKey` handling in client and API handlers. - Updated response translators to manage generative language responses properly. - Enhanced HTTP client initialization logic with proxy support for API requests. - Refactored streaming and non-streaming flows to account for generative language-specific logic.
16 lines
269 B
YAML
16 lines
269 B
YAML
port: 8317
|
|
auth-dir: "~/.cli-proxy-api"
|
|
debug: true
|
|
proxy-url: ""
|
|
quota-exceeded:
|
|
switch-project: true
|
|
switch-preview-model: true
|
|
api-keys:
|
|
- "12345"
|
|
- "23456"
|
|
generative-language-api-key:
|
|
- "AIzaSy...01"
|
|
- "AIzaSy...02"
|
|
- "AIzaSy...03"
|
|
- "AIzaSy...04"
|