Find answers from the community

Updated 6 months ago

Hi everyone, I want to evaluate my

At a glance

The community member is looking for an open-source framework or method to evaluate their chatbot responses, without using an OpenAI API key. In the comments, another community member suggests using an open-source language model (LLM) and setting it as the default LLM in the llama_index library settings.

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