Find answers from the community

Updated 3 months ago

Hi is it possible to see what exact

Hi, is it possible to see what exact prompt and data is being sent to the llm? I know one can look at the sources in the response but wondering if it’s possible to see the actual prompt? Thanks
L
1 comment
You'll probably want to use the LlamaDebugHandler

The LLM events log each input/output to the LLM

https://gpt-index.readthedocs.io/en/latest/examples/callbacks/LlamaDebugHandler.html
Add a reply
Sign up and join the conversation on Discord