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:
Lynn
2026-07-14 21:06:11 +08:00
committed by GitHub
parent 55d5879622
commit bd7a3bb878
18 changed files with 790 additions and 577 deletions

View File

@@ -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