mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-05 14:55:18 +02:00
refactor: brain memory
This commit is contained in:
parent
5f3931820e
commit
5903b3efbc
1 changed files with 1 additions and 1 deletions
|
|
@ -41,4 +41,4 @@ class LLMFactory:
|
|||
if CONFIG.LLM_TYPE == LLMType.CLAUDE.value:
|
||||
return Claude()
|
||||
|
||||
raise openai.InvalidRequestError(message=f"Unsupported LLM TYPE: {CONFIG.LLM_TYPE}")
|
||||
raise openai.InvalidRequestError(message=f"Unsupported LLM TYPE: {CONFIG.LLM_TYPE}", param=None)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue