Skip to content

Commit

Permalink
fix casing
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeldking committed Oct 18, 2024
1 parent 4c6424d commit 053759d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -325,5 +325,5 @@ class OpenInferenceLLMProviderValues(Enum):
COHERE = "cohere"
MISTRALAI = "mistralai"
GOOGLE = "google"
azure = "azure"
aws = "aws"
AZURE = "azure"
AWS = "aws"

0 comments on commit 053759d

Please sign in to comment.