Skip to content

Commit

Permalink
del api name
Browse files Browse the repository at this point in the history
  • Loading branch information
srtaalej committed Aug 1, 2024
1 parent 3c1a7a4 commit d74e37d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ai/providers/openai.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ class OpenAI_API(BaseProvider):
"gpt-4o-mini": {"name": "GPT-4o mini", "api": "OpenAI", "max_tokens": 16384},
"gpt-3.5-turbo-0125": {"name": "GPT-3.5 Turbo", "api": "OpenAI", "max_tokens": 4096},
}
API_NAME = "OpenAI"

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

0 comments on commit d74e37d

Please sign in to comment.