mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-21 23:21:04 +08:00
Fix: align go provider apis with python apis (#16867)
### Summary As title. --------- Co-authored-by: Jin Hai <haijin.chn@gmail.com> Co-authored-by: Wang Qi <wangq8@outlook.com>
This commit is contained in:
@@ -94,7 +94,7 @@ class LLMType(StrEnum):
|
||||
|
||||
|
||||
class ModelTypeBinary(Enum):
|
||||
CHAT = 0b0000001 # 1 << 0 = 1
|
||||
CHAT = 0b0000001 # 1 << 0 = 1
|
||||
EMBEDDING = 0b0000010 # 1 << 1 = 2
|
||||
ASR = 0b0000100 # 1 << 2 = 4
|
||||
VISION = 0b0001000 # 1 << 3 = 8
|
||||
|
||||
Reference in New Issue
Block a user