We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a56859d + 4036c87 commit 5c1b121Copy full SHA for 5c1b121
RetrievalAugmentedGeneration/common/utils.py
@@ -129,7 +129,7 @@ def get_llm() -> LangChainLLM:
129
)
130
return LangChainLLM(llm=aipl_llm)
131
else:
132
- raise RuntimeError("Unable to find any supported Large Language Model server. Supported engines are triton-trt-llm and nemo-infer.")
+ raise RuntimeError("Unable to find any supported Large Language Model server. Supported engines are triton-trt-llm and ai-playground.")
133
134
135
@lru_cache
0 commit comments