Find answers from the community

Updated 3 months ago

Hi everyone, I want to evaluate my

Hi everyone, I want to evaluate my chatbot responses through some RAGAS or any other framework without openai key which should be opensource . Kindly share ur thoughts.
W
1 comment
You'll have to add your llm to Settings, It will not use OpenAI then.
Plain Text
from llama_index.core import Settings
llm = your open-source object

Settings.llm = llm
Add a reply
Sign up and join the conversation on Discord