Configure Your API Keys
Set API keys for your LLM models to enable metric evaluations on the Catalyst platform. If you're trying to set up a custom gateway, refer the "Enable Custom Gateway" page.
Last updated
Was this helpful?
Was this helpful?
from ragaai_catalyst import RagaAICatalyst
catalyst = RagaAICatalyst(
api_keys={"OPENAI_API_KEY": OPENAI_API_KEY} #similarly for other supported keys
)