UNPKG

openlit

Version:

OpenTelemetry-native Auto instrumentation library for monitoring LLM Applications, facilitating the integration of observability into your GenAI-driven projects

6 lines (5 loc) 156 B
export declare function llmResponseAnthropic({ prompt, model, apiKey }: { prompt: string; model?: string; apiKey?: string; }): Promise<string>;