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" + +