Step-by-step guide to set up Langfuse with Novita AI to develop, monitor, evaluate, and debug AI applications.
from langfuse.openai import openai
.
To start using Novita AI with OpenAI’s client libraries, pass in your Novita AI API key to the api_key
option, and change the base_url
to https://api.novita.ai/openai:
@observe() decorator
to trace all parts of your application.