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.",
|
|
}
|
|
}
|
|
}
|