ahyatt / llm

A package abstracting llm capabilities for emacs.
GNU General Public License v3.0
142 stars 19 forks source link

Use split-string instead of string-split in llm-fake #21

Closed s-kostyaev closed 4 months ago

s-kostyaev commented 4 months ago

This fixes compatibility with emacs 28. Also, @ahyatt would you like to setup github actions to automate some checks? I can provide PR.

ahyatt commented 4 months ago

Thanks for the fix! I've never investigated how to set up github actions, so if you'd like to provide a PR that would help a lot, thank you!