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
// FIM suffix markers for tracking purposes - used to wrap suffix in a fake system prompt format
36
37
// This allows FIM requests to be tracked consistently with chat requests
@@ -183,6 +184,11 @@ export function modelNotAllowedResponse() {
183
184
);
184
185
}
185
186
187
+
exportfunctionforbiddenFreeModelResponse(){
188
+
consterror=`This is not a free model. Please use ${KILO_AUTO_BALANCED_MODEL.id} for affordable inference or ${KILO_AUTO_FREE_MODEL.id} for limited free inference.`;
0 commit comments