Skip to content

Commit

Permalink
reformat file
Browse files Browse the repository at this point in the history
  • Loading branch information
Sheepsta300 committed Aug 22, 2024
1 parent 2ee1bd6 commit 112487e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def lazy_parse(self, blob: Blob) -> Iterator[Document]:
if is_openai_v1():
# api_key optional, defaults to `os.environ['AZURE_OPENAI_API_KEY']`
# api_version optional, defaults to `os.environ['OPENAI_API_VERSION']`
# azure_endpoint/base_rul optional,
# azure_endpoint/base_rule optional,
# defaults to `os.environ['AZURE_OPENAI_ENDPOINT']`
client = openai.AzureOpenAI(
api_key=self.api_key,
Expand Down

0 comments on commit 112487e

Please sign in to comment.