File size: 613 Bytes
75c689e | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | {
"proxy": "http://127.0.0.1:7890",
"proxy_enabled": false,
"image_base_url": "http://127.0.0.1:8000/",
"image_output_mode": "url",
"log_level": "INFO",
"admin_password_hash": "",
"admin_secret_key": "",
"api_tokens": [
"please_set_api_token_here"
],
"accounts": [
],
"models": [
{
"id": "gemini-3-pro-preview",
"name": "gemini-3-pro-preview",
"description": "gemini-3-pro-preview 模型",
"context_length": 32768,
"max_tokens": 8192,
"price_per_1k_tokens": 0.0015
}
]
}
|