Skip to content

Commit 5c1b121

Browse files
authored
Merge pull request #23 from mohammedpithapur/mohammedpithapur-21
Issue #21 change the error message in RetrievalAugmentedGeneration.co…
2 parents a56859d + 4036c87 commit 5c1b121

File tree

1 file changed

+1
-1
lines changed
  • RetrievalAugmentedGeneration/common

1 file changed

+1
-1
lines changed

RetrievalAugmentedGeneration/common/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ def get_llm() -> LangChainLLM:
129129
)
130130
return LangChainLLM(llm=aipl_llm)
131131
else:
132-
raise RuntimeError("Unable to find any supported Large Language Model server. Supported engines are triton-trt-llm and nemo-infer.")
132+
raise RuntimeError("Unable to find any supported Large Language Model server. Supported engines are triton-trt-llm and ai-playground.")
133133

134134

135135
@lru_cache

0 commit comments

Comments
 (0)