feat: merge fixbug/rfc135_merge_geekan_cli_etc_1445

This commit is contained in:
莘权 马 2023-12-15 19:51:23 +08:00
commit 8e3922aeaa
2 changed files with 2 additions and 2 deletions

View file

@ -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