Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 313 Bytes

File metadata and controls

17 lines (11 loc) · 313 Bytes

ModelType

Example Usage

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

let value: ModelType = "slm";

Values

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

"slm" | "llm" | "code" | Unrecognized<string>