Files
TactiTerm/config.json
T

17 lines
275 B
JSON

{
"llm": {
"base_url": "http://localhost:8080/",
"model": "local-model",
"api_key": "not-needed",
"temperature": 0.9,
"max_tokens": 64000,
"timeout_seconds": 60.0
},
"web": {
"host": "127.0.0.1",
"port": 8000,
"public": false
}
}