Skip to content

Commit 357a959

Browse files
committed
Merge branch 'ollama'
2 parents b943908 + 407445b commit 357a959

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

resources/config.py

+1
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ def get_api_key():
8181
for line in f:
8282
if line.startswith("OPENAI_API_KEY="):
8383
return line[len("OPENAI_API_KEY="):].strip()
84+
return None
8485

8586

8687
def set_model(model):

0 commit comments

Comments
 (0)