18 lines
304 B
Plaintext
18 lines
304 B
Plaintext
{
|
|
"enable_boilerplate": false,
|
|
"llm": {
|
|
"base_url": "http://127.0.0.1:1010",
|
|
"model": "local-model",
|
|
"api_key": "not-needed",
|
|
"temperature": 0.9,
|
|
"max_tokens": 8120,
|
|
"timeout_seconds": 120.0
|
|
},
|
|
"web": {
|
|
"host": "127.0.0.1",
|
|
"port": 8000,
|
|
"public": true
|
|
}
|
|
}
|
|
|