All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 16s
22 lines
411 B
JSON
22 lines
411 B
JSON
{
|
|
"Llm": {
|
|
"Endpoint": "http://compute.local:8001/v1/chat/completions",
|
|
"Model": "Qwen3.6-35B-A3B",
|
|
"MaxTokens": 100024,
|
|
"Temperature": 0.7
|
|
},
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft": "Warning"
|
|
}
|
|
},
|
|
"Palworld": {
|
|
"BaseUrl": "http://compute.local:8212",
|
|
"Username": "admin"
|
|
},
|
|
"Memory": {
|
|
"DatabasePath": "/data/memory.db"
|
|
}
|
|
}
|