Skip to content

Commit

Permalink
Merge branch 'ollama'
Browse files Browse the repository at this point in the history
  • Loading branch information
draupner1 committed May 5, 2024
2 parents b943908 + 407445b commit 357a959
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ def get_api_key():
for line in f:
if line.startswith("OPENAI_API_KEY="):
return line[len("OPENAI_API_KEY="):].strip()
return None


def set_model(model):
Expand Down

0 comments on commit 357a959

Please sign in to comment.