Skip to content

Commit

Permalink
fix: black
Browse files Browse the repository at this point in the history
  • Loading branch information
srtaalej committed Aug 9, 2024
1 parent cc5fa62 commit 93b6079
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ai/providers/openai.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class OpenAI_API(BaseAPIProvider):
"gpt-3.5-turbo-0125": {"name": "GPT-3.5 Turbo", "provider": "OpenAI", "max_tokens": 4096},
}

def __init__(self):
def __init__(self):
self.api_key = os.environ.get("OPENAI_API_KEY")

def set_model(self, model_name: str):
Expand Down

0 comments on commit 93b6079

Please sign in to comment.