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 11:02:26 -0600
committerRen Kararou <[email protected]>2025-11-17 11:02:26 -0600
commitad72227d9763ff2b8c7a31725d12cc6df3a1265b (patch)
tree654cd1c2907cce1214766e92eee80f01a7ef8cc5 /config.json.sample
downloadviolet-ad72227d9763ff2b8c7a31725d12cc6df3a1265b.tar.gz
violet-ad72227d9763ff2b8c7a31725d12cc6df3a1265b.tar.bz2
violet-ad72227d9763ff2b8c7a31725d12cc6df3a1265b.zip
tool use get
Diffstat (limited to 'config.json.sample')
-rw-r--r--config.json.sample5
1 files changed, 5 insertions, 0 deletions
diff --git a/config.json.sample b/config.json.sample
new file mode 100644
index 0000000..7f6a4fa
--- /dev/null
+++ b/config.json.sample
@@ -0,0 +1,5 @@
+{
+	"base_url": "https://api.openai.com",
+	"key": "sk-...",
+	"model": "gpt-4o"
+}