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

capitalization issues #2

Open
ecomoptimizer opened this issue Mar 3, 2024 · 0 comments
Open

capitalization issues #2

ecomoptimizer opened this issue Mar 3, 2024 · 0 comments

Comments

@ecomoptimizer
Copy link

this bot is having issues with capitalization.
When i had it debug code, it reported code as not bing capitalized that was and even shows capitalization in the chat window after i pasted it in, but once i hit send, it showed it as not being capitalized in the onscreen chat history.

Listed below are some odf the items it reported as issues and there was nothing wrong with any of it when I pasted it in the window

  1. The import for display, markdown, and Stream are incorrect, they should be from IPython instead of ipython.
  2. The correct function is logger = logging.getLogger() instead of logging.getLogger().
  3. The basicConfig method should be basicConfig() for configuring the logging level.
  4. The unsafe_allow_html=true argument in the st.markdown call should be unsafe_allow_html=True.

Besides that, this tool has been more helpful than anyother coding assist

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

1 participant