about summary refs log tree commit diff stats
path: root/config.json.sample
diff options
context:
space:
mode:
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"
+}