Find answers from the community

Updated 3 months ago

I want to see all the prompts that

I want to see all the prompts that LlamaIndex send and the answer it receives? Any examples?
L
1 comment
Add this to the top of your code
Plain Text
import llama_index.core

llama_index.core.set_global_handler("simple")
Add a reply
Sign up and join the conversation on Discord