Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
typo
  • Loading branch information
kristapratico committed Jun 4, 2024
commit b175faf0c7a54bf52536658342d80d9a65edd34b
2 changes: 1 addition & 1 deletion sdk/openai/azure-openai/tests/test_chat_completions.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def test_azure_api_key(self, client, api_type, api_version, **kwargs):
"api_type, api_version",
[(AZURE, GA), (AZURE, PREVIEW), (OPENAI, "v1")]
)
def test_chat_completiona(self, client, api_type, api_version, **kwargs):
def test_chat_completion(self, client, api_type, api_version, **kwargs):
messages = [
{"role": "system", "content": "You are a helpful assistant."},
{"role": "user", "content": "Who won the world series in 2020?"}
Expand Down