mirror of
https://git.aramjonghu.nl/AramJonghu/nvim.git
synced 2026-03-22 01:39:54 +01:00
8 lines
249 B
Lua
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.",
|
|
}
|
|
}
|
|
}
|