mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-04-27 17:56:23 +02:00
feat: +LLMType
This commit is contained in:
parent
c513712928
commit
a41fe2494e
1 changed files with 0 additions and 4 deletions
|
|
@ -26,10 +26,6 @@ class LLMType(Enum):
|
|||
return member
|
||||
return cls.UNKNOWN
|
||||
|
||||
@property
|
||||
def UNKNOWN(self):
|
||||
return LLMType.UNKNOWN
|
||||
|
||||
|
||||
DEFAULT_LLM = OpenAI_LLM()
|
||||
DEFAULT_METAGPT_LLM = MetaGPT_LLM()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue