about summary refs log tree commit diff stats
path: root/config.json.sample
diff options
context:
space:
mode:
authorRen Kararou <[email protected]>2025-11-17 22:30:46 -0600
committerRen Kararou <[email protected]>2025-11-17 22:30:46 -0600
commit222f490f07b9d8557ba40f503bb929589516fa11 (patch)
treea2a7c42449446554909cfa1d77aa113bf9f22b4e /config.json.sample
parent2bf0e883896cd1cc933736a0b6a76083c6774480 (diff)
downloadviolet-222f490f07b9d8557ba40f503bb929589516fa11.tar.gz
violet-222f490f07b9d8557ba40f503bb929589516fa11.tar.bz2
violet-222f490f07b9d8557ba40f503bb929589516fa11.zip
move system prompt to config file
Diffstat (limited to 'config.json.sample')
-rw-r--r--config.json.sample1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.json.sample b/config.json.sample
index 20c3594..ada3a38 100644
--- a/config.json.sample
+++ b/config.json.sample
@@ -2,5 +2,6 @@
 	"base_url": "https://api.openai.com",
 	"key": "sk-...",
 	"model": "gpt-4o",
+	"system_prompt": "You are a helpful agent!",
 	"timeout": 300
 }