We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b943908 + 407445b commit 357a959Copy full SHA for 357a959
resources/config.py
@@ -81,6 +81,7 @@ def get_api_key():
81
for line in f:
82
if line.startswith("OPENAI_API_KEY="):
83
return line[len("OPENAI_API_KEY="):].strip()
84
+ return None
85
86
87
def set_model(model):
0 commit comments