Skip to content

Function calling plus minor fixes

Compare
Choose a tag to compare
@ahyatt ahyatt released this 02 Mar 20:08
· 163 commits to main since this release

What's Changed

  • Added function calling, currently supported just by Open AI and Gemini (and, frankly, Gemini's support has problems)
  • Introduce llm-capabilities, which indicates which non-standard functionality each provider supports.
  • Fixed issue of logging when we weren't supposed to.
  • Change to use Ollama chat endpoint by @tquartus in #16
  • Fix emacs 28 incompatibility llm-fake by @s-kostyaev in #21
  • Add CI by @s-kostyaev in #24
  • Fix ollama mentioned instead of llama.cpp by @SmallAndSoft in #25

New Contributors

Full Changelog: 0.9.1...0.10.0