Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
retopara
/
ragflow
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
1b1a5b7
ragflow
/
web
/
src
/
pages
/
user-setting
/
utils.ts
balibabu
feat: support Xinference (#319)
e693841
11 months ago
raw
Copy download link
history
blame
Safe
158 Bytes
import
{
LocalLlmFactories
}
from
'./constants'
;
export
const
isLocalLlmFactory
= (
llmFactory:
string
) =>
LocalLlmFactories
.
some
(
(
x
) =>
x === llmFactory);