antigravity2api2 / config.json
lin7zhi's picture
Upload folder using huggingface_hub
97ec0e5 verified
{
"server": {
"port": 8045,
"host": "0.0.0.0",
"maxRequestSize": "500mb"
},
"api": {},
"defaults": {
"temperature": 1,
"topP": 0.85,
"topK": 50,
"maxTokens": 8096
},
"other": {
"timeout": 180000,
"skipProjectIdFetch": true
}
}