Skip to content

feat: added verbose flag to suppress print statements #116

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 30, 2024

Conversation

PeriniM
Copy link
Contributor

@PeriniM PeriniM commented Apr 30, 2024

Added possibility to suppress print statements by setting the verbose flag to False on the graph configuration.
Usage case:

graph_config = {
    "llm": {
        "api_key": openai_key,
        "model": "gpt-3.5-turbo",
    },
    "verbose":True,
}

@VinciGit00 VinciGit00 merged commit 84e6fac into pre/beta Apr 30, 2024
3 checks passed
@PeriniM PeriniM deleted the feat/verbose_flag branch April 30, 2024 13:44
Copy link

🎉 This PR is included in version 0.5.0-beta.6 🎉

The release is available on:

Your semantic-release bot 📦🚀

Copy link

🎉 This PR is included in version 0.5.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants