mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-08 15:05:17 +02:00
format
This commit is contained in:
parent
9fe9a4a2d1
commit
451cbd7e46
1 changed files with 1 additions and 1 deletions
|
|
@ -43,6 +43,6 @@ class RAGLLM(CustomLLM):
|
|||
...
|
||||
|
||||
|
||||
def get_rag_llm(model_infer: BaseLLM = None):
|
||||
def get_rag_llm(model_infer: BaseLLM = None) -> RAGLLM:
|
||||
"""Get llm that can be used by LlamaIndex."""
|
||||
return RAGLLM(model_infer=model_infer or LLM())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue