Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 467 Bytes

File metadata and controls

17 lines (11 loc) · 467 Bytes

LLMIntegration

Example Usage

import { LLMIntegration } from "galileo-generated/models";

let value: LLMIntegration = "openai";

Values

This is an open enum. Unrecognized values will be captured as the Unrecognized<string> branded type.

"anthropic" | "aws_bedrock" | "aws_sagemaker" | "azure" | "custom" | "databricks" | "mistral" | "nvidia" | "openai" | "vegas_gateway" | "vertex_ai" | "writer" | Unrecognized<string>