Skip to content

Releases: ahyatt/llm

0.24.1

10 Mar 02:08
Compare
Choose a tag to compare

What's Changed

  • Fix issue in Ollama when passing non-standard params by @ahyatt in #169

Multi-output, deepseek, new models

08 Mar 06:10
Compare
Choose a tag to compare

What's Changed

  • Add Gemini 2.0 Pro model, and use 2.0 flash as a default by @ahyatt in #152
  • Rename llm-make-tool-function to llm-make-tool by @danielkrizian in #153
  • Fix README example of tool use by @ahyatt in #156
  • Add o3 mini model by @ahyatt in #157
  • llm.el (llm-chat-streaming-to-point): Add text processor callback by @ultronozm in #151
  • Remove function-calls, add tool-uses to Claude capabilities by @ahyatt in #159
  • Add the ability to return multiple outputs via a plist in llm calls by @ahyatt in #160
  • Add Claude 3.7 Sonnet model, set to default by @ahyatt in #161
  • Fix Claude streaming tool use by @ultronozm in #162
  • Add deepseek, with support for a separate reasoning stream by @ahyatt in #163
  • Correctly standardize capabilities name for tool use, add streaming tool use capability by @ahyatt in #164
  • Add llm-models function, to list available models for a service by @ahyatt in #165
  • Set keep_alive for ollama correctly, when non-standard-param set by @ahyatt in #166
  • Fix instances of plist-put not in a setq by @ahyatt in #167

New Contributors

Full Changelog: 0.23.0...0.24.0

Github Models support, PDF support for Sonnet, r1, and more

01 Feb 05:15
Compare
Choose a tag to compare

What's Changed

  • Add pdf input for Sonnet by @ultronozm in #142
  • Add GitHub Models support by @gs-101 in #113
  • Add deepseek r1 to the model list by @ahyatt in #146
  • Simplify github models to be based of llm-azure by @ahyatt in #147
  • Use "chat-model" as the name for "llm-open-compatible" by @whhone in #148
  • Accept lists as valid non-standard-params, but prefer vectors by @ahyatt in #149

New Contributors

Full Changelog: 0.22.0...0.23.0

Improvements to llm-make-tool, rename from llm-make-tool-function

21 Jan 05:26
600ea5e
Compare
Choose a tag to compare

What's Changed

  • Rename llm-tool-functions to llm-tool, fixes to elisp-to-tool by @ahyatt in #141

Tool use interface change, more Claude functionality

20 Jan 23:51
1e92cfb
Compare
Choose a tag to compare

What's Changed

  • Corrected typos in Snowflake model names and symbols by @s-kostyaev in #135
  • Introduce llm-models-add, plus fix an issue with gemini 2.0 model by @ahyatt in #136
  • Change function calling methods to tool-use, modify input format, add Claude image and streaming tool use by @ahyatt in #133

Full Changelog: 0.20.0...0.21.0

JSON-mode with schema following, new models

22 Dec 01:09
8a489f2
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.19.1...0.20.0

Fix Open AI's model context sizes

29 Nov 20:28
0f58971
Compare
Choose a tag to compare

What's Changed

  • Reduce Open AI's context length; most users will have smaller ctxt by @ahyatt in #116

Full Changelog: 0.19.0...0.19.1

json-mode and functions as keys

29 Nov 19:01
3d045dd
Compare
Choose a tag to compare

What's Changed

  • Add BGE-M3 multilingual embedding model by @s-kostyaev in #109
  • Add JSON mode for the providers that support it by @ahyatt in #112
  • Add support for auth-source secret functions to :key argument by @minad in #111
  • Extend key function to other models, add to README by @ahyatt in #114

New Contributors

Full Changelog: 0.18.1...0.19.0

FIx for llm-batch-embeddings-async

18 Nov 02:41
90c2451
Compare
Choose a tag to compare

What's Changed

  • Fix for ollama name and capabilities for embedding only models by @ahyatt in #106
  • Fix extra argument in llm-batch-embeddings-async by @ahyatt in #107

Full Changelog: 0.18.0...0.18.1

0.18.0

10 Nov 05:12
423f483
Compare
Choose a tag to compare

What's Changed

  • Add Azure support by @ahyatt in #96
  • Add multimodal support for Openai, Gemini, and Ollama by @awswan in #88
  • Add batch embeddings capability, implement for OpenAI and Ollama by @ahyatt in #93
  • Add ability to fill prompt variable backwards by @ahyatt in #82
  • Add new ollama models to the list of function calling models by @ahyatt in #84
  • Centralizing model information in new llm-models.el by @ahyatt in #85
  • Unvendor plz-event-source and plz-media-type by @leotaku in #87
  • Ignore tests and utilities for elpa by @ahyatt in #89
  • Update Claude Sonnet version by @ahyatt in #90
  • Fix issue with empty function call args for Open AI by @ahyatt in #99
  • Handle plz-error-message error type by @leotaku in #95

New Contributors

Full Changelog: 0.17.4...0.18.0