| { | |
| "server": { | |
| "port": 7860, | |
| "host": "0.0.0.0", | |
| "maxRequestSize": "500mb", | |
| "heartbeatInterval": 15000, | |
| "memoryThreshold": 50 | |
| }, | |
| "rotation": { | |
| "strategy": "request_count", | |
| "requestCount": 50 | |
| }, | |
| "api": { | |
| "url": "https://daily-cloudcode-pa.sandbox.googleapis.com/v1internal:streamGenerateContent?alt=sse", | |
| "modelsUrl": "https://daily-cloudcode-pa.sandbox.googleapis.com/v1internal:fetchAvailableModels", | |
| "noStreamUrl": "https://daily-cloudcode-pa.sandbox.googleapis.com/v1internal:generateContent", | |
| "host": "daily-cloudcode-pa.sandbox.googleapis.com", | |
| "userAgent": "antigravity/1.11.3 windows/amd64" | |
| }, | |
| "defaults": { | |
| "temperature": 1, | |
| "topP": 1, | |
| "topK": 50, | |
| "maxTokens": 32000, | |
| "thinkingBudget": 16000 | |
| }, | |
| "cache": { | |
| "modelListTTL": 3600000 | |
| }, | |
| "other": { | |
| "timeout": 300000, | |
| "retryTimes": 3, | |
| "skipProjectIdFetch": false, | |
| "useNativeAxios": false, | |
| "useContextSystemPrompt": true, | |
| "passSignatureToClient": false | |
| } | |
| } |