@@ -369,7 +369,7 @@ const groqSchema = apiModelIdProviderModelSchema.extend({
369369
370370const huggingFaceSchema = baseProviderSettingsSchema . extend ( {
371371 huggingFaceApiKey : z . string ( ) . optional ( ) ,
372- huggingFaceConfigUseEnvVars : z . boolean ( ) . optional ( ) ,
372+ huggingFaceConfigUseEnvVars : z . boolean ( ) . optional ( ) ,
373373 huggingFaceModelId : z . string ( ) . optional ( ) ,
374374 huggingFaceInferenceProvider : z . string ( ) . optional ( ) ,
375375} )
@@ -394,7 +394,7 @@ const cerebrasSchema = apiModelIdProviderModelSchema.extend({
394394
395395const sambaNovaSchema = apiModelIdProviderModelSchema . extend ( {
396396 sambaNovaApiKey : z . string ( ) . optional ( ) ,
397- sambaNovaConfigUseEnvVars : z . boolean ( ) . optional ( ) ,
397+ sambaNovaConfigUseEnvVars : z . boolean ( ) . optional ( ) ,
398398} )
399399
400400export const zaiApiLineSchema = z . enum ( [ "international_coding" , "china_coding" ] )
@@ -414,7 +414,7 @@ const fireworksSchema = apiModelIdProviderModelSchema.extend({
414414
415415const featherlessSchema = apiModelIdProviderModelSchema . extend ( {
416416 featherlessApiKey : z . string ( ) . optional ( ) ,
417- featherlessConfigUseEnvVars : z . boolean ( ) . optional ( ) ,
417+ featherlessConfigUseEnvVars : z . boolean ( ) . optional ( ) ,
418418} )
419419
420420const ioIntelligenceSchema = apiModelIdProviderModelSchema . extend ( {
0 commit comments