summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/chat.py (renamed from chat.py)2
-rw-r--r--src/help.py (renamed from help.py)0
-rw-r--r--src/style.py (renamed from style.py)0
3 files changed, 1 insertions, 1 deletions
diff --git a/chat.py b/src/chat.py
index 1221d8e..cfa9819 100644
--- a/chat.py
+++ b/src/chat.py
@@ -12,7 +12,7 @@ from style import StyleLog
# Read in token from "token" file
# TODO: env variable in future?
-with open("token", "r") as file:
+with open("key", "r") as file:
token = file.readlines()
client = OpenAI(api_key=token[0].strip())
diff --git a/help.py b/src/help.py
index 9170241..9170241 100644
--- a/help.py
+++ b/src/help.py
diff --git a/style.py b/src/style.py
index ad616d8..ad616d8 100644
--- a/style.py
+++ b/src/style.py