File size: 276 Bytes
97ec0e5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "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
  }
}