Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Songyou/LLM-fastAPI
JingyuanLtd
/
LLM-fastAPI
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
LLM-fastAPI
/
common
/
utils.py
Songyou
add files
f3b11f9
about 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
84 Bytes
from
enum
import
Enum
class
Data_Type
(
Enum
):
frag =
'frag'
whole =
'whole'