chore: add backend field in check api

This commit is contained in:
jialin
2025-04-09 18:43:42 +08:00
parent 694ffb0a81
commit 1182fdeb43
6 changed files with 13 additions and 8 deletions
@@ -213,9 +213,9 @@ const SearchModel: React.FC<SearchInputProps> = (props) => {
backend: backendOptionsMap.voxBox
};
} else if (item.isGGUF) {
// backendObj = {
// backend: backendOptionsMap.llamaBox
// };
backendObj = {
backend: backendOptionsMap.llamaBox
};
}
return {