Skip to content

Commit aac5363

Browse files
committed
Add set_verbose true to debug errors on chatlitellm
1 parent 0f4d5b9 commit aac5363

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

evaluators/ragas/langevals_ragas/lib/model_to_langchain.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ def model_to_langchain(model: str) -> BaseChatModel:
1515
if model.startswith("claude-"):
1616
model = model.replace("claude-", "anthropic/claude-")
1717

18+
litellm.set_verbose = True # type: ignore
19+
1820
return ChatLiteLLM(model=model, client=litellm.completion)
1921

2022

0 commit comments

Comments
 (0)