mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-09 07:42:38 +02:00
feat: merge fixbug/rfc135_merge_geekan_cli_etc_1445
This commit is contained in:
commit
8e3922aeaa
2 changed files with 2 additions and 2 deletions
|
|
@ -44,7 +44,7 @@ class LLMFactory:
|
|||
if constructor:
|
||||
return constructor()
|
||||
|
||||
raise ValueError(f"Unsupported LLM TYPE: {CONFIG.LLM_TYPE}")
|
||||
raise RuntimeError("You should config a LLM configuration first")
|
||||
|
||||
|
||||
# Used in metagpt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue