You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
consterror='Stealth model unable to process request';
122
121
warnExceptInTest(`Responding with ${response.status}${error}`);
@@ -193,9 +192,21 @@ export function modelNotAllowedResponse() {
193
192
);
194
193
}
195
194
196
-
exportfunctionforbiddenFreeModelResponse(){
197
-
consterror=`The free period of this model ended. Please use ${KILO_AUTO_BALANCED_MODEL.id} for affordable inference or ${KILO_AUTO_FREE_MODEL.id} for limited free inference.`;
consterror=`The free period of this model ended. Please use ${KILO_AUTO_FREE_MODEL.name} to continue, switch using: /model kilocode/${KILO_AUTO_FREE_MODEL.id}`;
consterror=`The free period of this model ended. Please use ${KILO_AUTO_BALANCED_MODEL.id} for affordable inference or ${KILO_AUTO_FREE_MODEL.id} for limited free inference.`;
0 commit comments