Find answers from the community

Updated 5 months ago

How to view api calls made to openai llama

At a glance

A community member is using LlamaIndex Typescript to build a RAG application and wants to see all the API calls being made to the underlying LLM (OpenAI). Another community member suggests referring to the observability documentation, which can help log all the events.

Useful resources
Hi!! I'm using LlamaIndex Typescript to build my RAG application. How can I see all the API calls being made to the underlying LLM (OpenAI in my case)?
W
r
2 comments
Hi, you can refer to the observability, This will help you log all the events: https://ts.llamaindex.ai/observability/
Thanks so much @WhiteFang_Jr . Dont know how I missed it
Add a reply
Sign up and join the conversation on Discord