Skip to content

Commit

Permalink
fix: OpenAPI key variable name typo
Browse files Browse the repository at this point in the history
  • Loading branch information
TookTheRedBean committed Apr 3, 2023
1 parent 51e293f commit 79f0882
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 @@ -59,7 +59,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 79f0882

Please sign in to comment.