Skip to content

Commit

Permalink
Merge pull request Significant-Gravitas#112 from TookTheRedBean/master
Browse files Browse the repository at this point in the history
fix: OpenAPI key variable name typo
  • Loading branch information
Torantulino authored Apr 4, 2023
2 parents f6c201f + 7556bac commit 4839a0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def set_smart_token_limit(self, value: int):
self.smart_token_limit = value

def set_openai_api_key(self, value: str):
self.apiopenai_api_key_key = value
self.openai_api_key = value

def set_elevenlabs_api_key(self, value: str):
self.elevenlabs_api_key = value
Expand Down

0 comments on commit 4839a0d

Please sign in to comment.