Files
TentacleBot/appsettings.json
Garret Patti a794e387f3
All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 16s
add memory
2026-07-11 10:06:48 -04:00

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"
}
}