feat: support basic feature of OpenAI new models (#1476)

This commit is contained in:
takatost
2023-11-07 18:05:59 +08:00
committed by GitHub
parent 7b26c9e2ef
commit d7ae86799c
7 changed files with 84 additions and 6 deletions

View File

@@ -8,3 +8,4 @@ class ProviderQuotaUnit(Enum):
class ModelFeature(Enum):
AGENT_THOUGHT = 'agent_thought'
VISION = 'vision'