This commit is contained in:
Zacharias-Brohn
2025-02-01 13:04:08 +01:00
parent ff64a15776
commit defb94df57
2 changed files with 10 additions and 3 deletions
+7
View File
@@ -0,0 +1,7 @@
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.",
}
}
}