Skip to content

Commit

Permalink
Merge pull request #191 from MLDSAI/abrichr-patch-1
Browse files Browse the repository at this point in the history
Update config.py
  • Loading branch information
abrichr authored May 28, 2023
2 parents 5ce11ea + d615950 commit 2bbe036
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openadapt/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"CACHE_VERBOSITY": 0,
"DB_ECHO": False,
"DB_FNAME": "openadapt.db",
"OPENAI_API_KEY": None,
"OPENAI_API_KEY": "<set your api key in .env>",
#"OPENAI_MODEL_NAME": "gpt-4",
"OPENAI_MODEL_NAME": "gpt-3.5-turbo",
# may incur significant performance penalty
Expand Down

0 comments on commit 2bbe036

Please sign in to comment.