From 206e76ab7fcb5e30f95e354097052f4f001bb647 Mon Sep 17 00:00:00 2001 From: Enrique Barcelli Date: Sat, 30 Aug 2025 22:23:44 +0800 Subject: [PATCH] Add config-sample.py --- config-sample.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 config-sample.py diff --git a/config-sample.py b/config-sample.py new file mode 100644 index 0000000..06417fb --- /dev/null +++ b/config-sample.py @@ -0,0 +1,4 @@ +base_url = "https://api.openai.com/v1/" +secret_key = "YOUR-OPENAI-SECRET-KEY-HERE" + +