mirror of
https://github.com/Myxelium/Lunaris2.0.git
synced 2026-04-09 06:09:39 +00:00
18 lines
391 B
JSON
18 lines
391 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Debug",
|
|
"System": "Information",
|
|
"Microsoft": "Information"
|
|
}
|
|
},
|
|
"Token": "discordToken",
|
|
"LavaLinkPassword": "youshallnotpass",
|
|
"LavaLinkHostname": "127.0.0.1",
|
|
"LavaLinkPort": 2333
|
|
"LLM": {
|
|
"Url": "http://192.168.50.54:11434",
|
|
"Model": "gemma"
|
|
}
|
|
}
|