Skip to content
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

Remove print statements #55

Open
mrchi opened this issue May 9, 2024 · 1 comment
Open

Remove print statements #55

mrchi opened this issue May 9, 2024 · 1 comment

Comments

@mrchi
Copy link

mrchi commented May 9, 2024

Such as:

print(f"parsed query: {query}, history: {history}, system: {system}")

When the input is a multi-line string, the print statement outputs multiple lines, which is not elegant.

Could we use logging instead of print?

@netaddi
Copy link
Collaborator

netaddi commented May 14, 2024

This is a debug print and should be removed. thanks for reminding.

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

No branches or pull requests

2 participants