36 lines
No EOL
1.3 KiB
JSON
36 lines
No EOL
1.3 KiB
JSON
{
|
|
"inference": {
|
|
"api_key": "replace-me-with-your-actual-key",
|
|
"base_url": "https://nano-gpt.com/api/v1",
|
|
"models": {
|
|
"fast": "kimi-k2-instruct-fast",
|
|
"cheap": "openai/gpt-oss-120b",
|
|
"image_transcript": "openai/gpt-4.1-nano"
|
|
}
|
|
},
|
|
"assistants": {
|
|
"RealWeather": {
|
|
"system_prompt": [
|
|
"You are an assistant who helps with the RealWeather Minecraft plugin.",
|
|
"RealWeather is a plugin that synchronizes real weather, time and lightning strikes.",
|
|
"It's alpha software, and the current limitations make it more ideal for ambience, docs will tell you more.",
|
|
"You have the documentaton available, use it."
|
|
],
|
|
"documentation_directory": "doc/RealWeather"
|
|
},
|
|
"Other": {
|
|
"system_prompt": [
|
|
"You are an assistant who answers inquiries about Minecraft plugins.",
|
|
"Ask if help is needed first. Don't offer any help unless explicitly asked."
|
|
]
|
|
}
|
|
},
|
|
"bot": {
|
|
"token": "Replace.Me.With.Your.Actual.Token",
|
|
"allowed_forum_ids": [
|
|
1401918766044151808,
|
|
1402900706054242445
|
|
],
|
|
"thread_persistence_directory": "threads"
|
|
}
|
|
} |