Find answers from the community

Home
Members
marcellk
m
marcellk
Offline, last seen 3 months ago
Joined September 25, 2024
Another question: I'm trying to log like this:
Plain Text
# Setup Llamaindex logging
logging.basicConfig(stream=sys.stdout, level=logging.DEBUG)
logging.getLogger().addHandler(logging.StreamHandler(stream=sys.stdout))
set_global_handler("simple")

Still, I don't see much output on my console except the request endpoints, what can be the reason?
4 comments
W
m
Hi guys, what's the simplest way to check the active llm model for a query?
5 comments
W
m