Files
nvim/lua/configs/copilotchat.lua
T
Zacharias-Brohn defb94df57 nvim
2025-02-01 13:04:08 +01:00

8 lines
249 B
Lua

require("CopilotChat").setup {
prompts = {
CivitAI = {
system_prompt = "You are an assistant helping with stable diffusion models and python to implement failsafes for a server regarding image generation.",
}
}
}