Skip to content

Commit

Permalink
Merge pull request #23 from mohammedpithapur/mohammedpithapur-21
Browse files Browse the repository at this point in the history
Issue #21 change the error message in RetrievalAugmentedGeneration.co…
  • Loading branch information
shubhadeepd authored Jan 9, 2024
2 parents a56859d + 4036c87 commit 5c1b121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RetrievalAugmentedGeneration/common/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def get_llm() -> LangChainLLM:
)
return LangChainLLM(llm=aipl_llm)
else:
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.")


@lru_cache
Expand Down

0 comments on commit 5c1b121

Please sign in to comment.