s-kostyaev / ellama

Ellama is a tool for interacting with large language models from Emacs.
GNU General Public License v3.0
485 stars 30 forks source link

Typos in prompts #51

Closed gvalson closed 8 months ago

gvalson commented 8 months ago

Hi, thanks for this excellent package.

I was looking through the source code and found that there are typos in the hardcoded prompts. For example:

"Regarding the following code, %s, only ouput the result code in format ```language\n...\n:\n\n%s\n```"

This typo appears in:

s-kostyaev commented 8 months ago

Hi @gvalson Thank you for report. Will fix soon.