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