Fix as part of merging main in

This commit is contained in:
Brandon Rising
2023-07-18 23:05:33 -04:00
parent ee7b36cea5
commit f4e52fafac
12 changed files with 4 additions and 1234 deletions

View File

@ -14,6 +14,7 @@ export const modelIdToMainModelParam = (
const result = zMainModel.safeParse({
base_model,
model_name,
model_type,
});
if (!result.success) {