File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ export default class FC_Client {
152152 ...config ?. annotations ?. headers ,
153153 } ;
154154 if ( isAppCenter ( ) ) {
155- headers . function_ai_model_skip_gpu_whitelist = 'card_number_limit_ada,fold_spec_ada' ;
155+ headers . function_ai_model_skip_gpu_whitelist = 'card_number_limit_ada,fold_spec_ada,allow_large_disk_size ' ;
156156 }
157157 const runtime = new $Util . RuntimeOptions ( { } ) ;
158158
@@ -169,7 +169,7 @@ export default class FC_Client {
169169 ...config ?. annotations ?. headers ,
170170 } ;
171171 if ( isAppCenter ( ) ) {
172- headers . function_ai_model_skip_gpu_whitelist = 'card_number_limit_ada,fold_spec_ada' ;
172+ headers . function_ai_model_skip_gpu_whitelist = 'card_number_limit_ada,fold_spec_ada,allow_large_disk_size ' ;
173173 }
174174 const runtime = new $Util . RuntimeOptions ( { } ) ;
175175
You can’t perform that action at this time.
0 commit comments