Precise custom model selection & simplify language model/provider log… (#147)

…ic (no merging)
This commit is contained in:
Will Chen
2025-05-12 23:24:39 -07:00
committed by GitHub
parent b45dff3862
commit ee5865dcf8
4 changed files with 29 additions and 52 deletions

View File

@@ -46,6 +46,7 @@ export const cloudProviders = providers.filter(
export const LargeLanguageModelSchema = z.object({
name: z.string(),
provider: z.string(),
customModelId: z.number().optional(),
});
/**