Skip to content

Commit

Permalink
add super().__init__()
Browse files Browse the repository at this point in the history
  • Loading branch information
trojan-bumble-bee committed Nov 18, 2024
1 parent b8425ee commit 1b4cc14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gptcli/providers/azure_openai.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

class AzureOpenAICompletionProvider(OpenAICompletionProvider):
def __init__(self):
super().__init__()
self.client = AzureOpenAI(
api_key=openai.api_key,
base_url=openai.base_url,
Expand Down

0 comments on commit 1b4cc14

Please sign in to comment.