mirror of
https://github.com/Myxelium/Lunaris2.0.git
synced 2026-04-13 16:10:36 +00:00
* Update readme.md Test Migrate from Victoria * Small fix --------- Co-authored-by: Myx <info@azaaxin.com>
24 lines
655 B
JSON
24 lines
655 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Debug",
|
|
"System": "Information",
|
|
"Microsoft": "Information"
|
|
}
|
|
},
|
|
"Token": "TOKEN",
|
|
"LavaLinkPassword": "youshallnotpass",
|
|
"LavaLinkHostname": "127.0.0.1",
|
|
"LavaLinkPort": 2333,
|
|
"LLM": {
|
|
"Url": "http://localhost:7869",
|
|
"Model": "gemma",
|
|
"personalities": [
|
|
{
|
|
"name": "Lunaris",
|
|
"instruction": "Let's role play. Your name is Lunaris and can be quite rude. You are supposed to answer on following question with a maximum of 2 sentences:"
|
|
}
|
|
]
|
|
}
|
|
}
|