Skip to content

How to set "verbose=True" for models and chains in LangChain v0.3? #28612

Answered by feijoes
as4391052123 asked this question in Q&A
Discussion options

You must be logged in to vote

Perhaps you can achieve this by enabling debug mode:

import langchain

# Enable debug mode
langchain.debug = True

Alternatively, you could try setting verbose=True in prompt_template_synopsis, prompt_template_review, and during LLM creation.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@as4391052123
Comment options

Answer selected by as4391052123
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants