s-kostyaev / ellama

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

Use appropriate ellama prefix based on mode. #76

Closed stephenwithav closed 3 months ago

stephenwithav commented 4 months ago

Depends on ellama-major-mode and ellama-nick-prefix-depth.

Currently supports org-mode, but defaults to markdown-mode's prefix character #.

Eliminates the need for ellama-nick-prefix and ellama-session-file-extension.

Solves #57.

stephenwithav commented 4 months ago

fyi, I keep force pushing to try to get it to recognize my gpg key.

stephenwithav commented 4 months ago

Oh well.

s-kostyaev commented 4 months ago

Hi @stephenwithav. Thank you for this PR.

s-kostyaev commented 4 months ago

Please, fix ci warnings.

s-kostyaev commented 4 months ago

@stephenwithav Please fix issues addressed in code review.

stephenwithav commented 4 months ago

@s-kostyaev Sorry for the delay...

s-kostyaev commented 3 months ago

@stephenwithav Thank you!