File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -218,7 +218,6 @@ export const KILO_AUTO_FREE_MODEL_DEPRECATED = 'kilo/auto-free';
218218const legacyMapping : Record < string , AutoModel | undefined > = {
219219 'kilo/auto' : KILO_AUTO_FRONTIER_MODEL ,
220220 [ KILO_AUTO_FREE_MODEL_DEPRECATED ] : KILO_AUTO_FREE_MODEL ,
221- 'kilo/auto-small' : KILO_AUTO_SMALL_MODEL ,
222221} ;
223222
224223export async function resolveAutoModel (
@@ -263,7 +262,7 @@ export async function applyResolvedAutoModel(
263262 const hasImages = requestContainsImages ( request ) ;
264263 const resolved = await resolveAutoModel (
265264 model ,
266- featureHeader === 'kiloclaw' ? 'KiloClaw' : modeHeader ,
265+ featureHeader === 'kiloclaw' || featureHeader === 'openclaw' ? 'KiloClaw' : modeHeader ,
267266 balancePromise ,
268267 hasImages
269268 ) ;
You can’t perform that action at this time.
0 commit comments