Update llm_config.py

This commit is contained in:
YangQianli92 2024-02-29 11:32:13 +08:00 committed by GitHub
parent 1ad134faf4
commit 638c84a9bc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -18,8 +18,6 @@ class LLMType(Enum):
ANTHROPIC = "anthropic"
SPARK = "spark"
ZHIPUAI = "zhipuai"
FIREWORKS = "fireworks"
OPEN_LLM = "open_llm"
GEMINI = "gemini"
METAGPT = "metagpt"
AZURE = "azure"