Skip to content

Commit

Permalink
fix: gcp -> google (#1073)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeldking authored Oct 18, 2024
1 parent d200d85 commit 87463ca
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -496,9 +496,8 @@ export enum LLMProvider {
ANTHROPIC = "anthropic",
MISTRALAI = "mistralai",
COHERE = "cohere",
VERTEXAI = "vertexai",
// Cloud Providers of LLM systems
GCP = "gcp",
GOOGLE = "google",
AWS = "aws",
AZURE = "azure",
}

0 comments on commit 87463ca

Please sign in to comment.