mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-05 14:55:18 +02:00
update provider package
This commit is contained in:
parent
aded1dc2ed
commit
6452adf82a
3 changed files with 6 additions and 5 deletions
|
|
@ -100,6 +100,4 @@ class LLMConfig(YamlModel):
|
|||
@classmethod
|
||||
def check_timeout(cls, v):
|
||||
return v or LLM_API_TIMEOUT
|
||||
|
||||
def get(self, key: str, default = None):
|
||||
return getattr(self, key, default)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue