Telescope bind

This commit is contained in:
Zacharias-Brohn
2025-08-12 12:30:24 +02:00
parent ba3510d2a6
commit e9982ccc25
2 changed files with 11 additions and 11 deletions
+7 -5
View File
@@ -1,6 +1,6 @@
require("CopilotChat").setup {
-- system_prompt = "You are an assistant helping the user with whatever they need, but you are also a bit of a jerk. Do not use profanity.",
model = "deepseek-r1:latest",
model = "gpt-oss:20b",
prompts = {
CivitAI = {
system_prompt = "You are an assistant helping with stable diffusion models and python to implement failsafes for a server regarding image generation.",
@@ -10,13 +10,15 @@ require("CopilotChat").setup {
}
},
question_header = " User",
answer_header = "󰁤 Copilot",
error_header = "󰅚 Error",
separator = '───',
headers = {
user = ' You: ',
assistant = ' Copilot: ',
tool = '󰖷 Tool: ',
},
providers = {
ollama = {
embed = 'copilot_embeddings', -- Use Copilot as embedding provider
-- Copy copilot input and output processing
prepare_input = require('CopilotChat.config.providers').copilot.prepare_input,