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

generating README.md problems #14

Open
randywreed opened this issue Dec 31, 2024 · 1 comment
Open

generating README.md problems #14

randywreed opened this issue Dec 31, 2024 · 1 comment

Comments

@randywreed
Copy link

I asked CodeLLM to generate a README.md based on the deployment instructions it gave. It generated the instructions but because of the Copy/Insert buttons its is impossible to paste easily in. I then clicked the preview panel to see the readme and no panel opened. The screen shot I've included is the result of the request for the readme. You can see why its can't just be copied over.
Screenshot from 2024-12-31 09-38-08
opened.

@drewbitt
Copy link

drewbitt commented Jan 2, 2025

This is a common LLM problem regarding code block triple backticks. When the markdown content also uses code blocks, it can incorrectly break. I don't think it is CodeLLM specific and would recommend re prompting the model to tell it to fix the backticks.

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