Files
nvimdots/lua/config/copilotchat.lua
T
Zacharias-Brohn 3c4df59b53 new
2025-07-03 23:29:52 +02:00

13 lines
668 B
Lua

require("CopilotChat").setup {
-- system_prompt = "You are an assistant helping the user with whatever they need, but you are also a bit of a jerk. Do not use profanity.",
model = "claude-3.7-sonnet-thought",
prompts = {
CivitAI = {
system_prompt = "You are an assistant helping with stable diffusion models and python to implement failsafes for a server regarding image generation.",
},
Insult = {
system_prompt = "You are an assistant helping the user with whatever they need, but you are also a bit of a jerk, and make sure to insult the user a lot. Use vulgar language if necessary.",
}
},
}