nvim
This commit is contained in:
@@ -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.",
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -113,9 +113,9 @@ return {
|
|||||||
{ "nvim-lua/plenary.nvim", branch = "master" }, -- for curl, log and async functions
|
{ "nvim-lua/plenary.nvim", branch = "master" }, -- for curl, log and async functions
|
||||||
},
|
},
|
||||||
build = "make tiktoken", -- Only on MacOS or Linux
|
build = "make tiktoken", -- Only on MacOS or Linux
|
||||||
opts = {
|
config = function()
|
||||||
-- See Configuration section for options
|
require "configs.copilotchat"
|
||||||
},
|
end,
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user