diff --git a/web/utils/huggingface.test.ts b/web/utils/huggingface.test.ts index 26975f6909..9f616cdbea 100644 --- a/web/utils/huggingface.test.ts +++ b/web/utils/huggingface.test.ts @@ -64,7 +64,7 @@ describe('huggingface utils', () => { }) await expect(fetchHuggingFaceRepoData('user/repo')).rejects.toThrow( - 'user/repo is not supported. Only GGUF models are supported.' + 'Only GGUF models are currently supported.' ) })