Spaces:
Running
Running
Create config.yml
Browse files- config.yml +21 -0
config.yml
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Server Settings
|
| 2 |
+
host: "0.0.0.0"
|
| 3 |
+
port: 7860 # Required for HF Spaces
|
| 4 |
+
|
| 5 |
+
# Use the persistent storage path if enabled, else use home
|
| 6 |
+
auth-dir: "/data/.cli-proxy-api"
|
| 7 |
+
|
| 8 |
+
remote-management:
|
| 9 |
+
allow-remote: true
|
| 10 |
+
secret-key: "YOUR_SECRET_PASSWORD" # Use the plain text password here
|
| 11 |
+
disable-control-panel: false
|
| 12 |
+
panel-github-repository: https://github.com/router-for-me/Cli-Proxy-API-Management-Center
|
| 13 |
+
|
| 14 |
+
api-keys:
|
| 15 |
+
- "proxypal-local"
|
| 16 |
+
|
| 17 |
+
# Example Gemini Aliases
|
| 18 |
+
oauth-model-alias:
|
| 19 |
+
antigravity:
|
| 20 |
+
- name: gemini-3-flash
|
| 21 |
+
alias: gemini-3-flash-preview
|