Duplicated from Songyou/LLM-fastAPI
f3b11f9
1
2
3
4
5
6
from enum import Enum class Data_Type(Enum): frag = 'frag' whole = 'whole'