Skip to content
Merged

V3 #2

Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add config option for OOBABOOGA_URL
  • Loading branch information
andreashappe committed Sep 6, 2023
commit d289e1f8f720c846362a80aa98f3aa4fdc807afd
5 changes: 4 additions & 1 deletion config.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,7 @@ def target_user():
return os.getenv('TARGET_USER')

def openai_key():
return os.getenv('OPENAI_KEY')
return os.getenv('OPENAI_KEY')

def oobabooga_url():
return os.getenv('OOBABOOGA_URL')