elpasync pushed a change to branch externals/llm. from 478afbcb41 Fix byte compilation errors new 3a129ba077 Started using Eldev to manage the package, so ignoring it for git new 8a668ff914 Some linting and packaging fixes new 94eb0a0689 Fix rest of lint errors new f2291e4638 Add Eldev and new CI file that uses it new 81eec9db7b Fix bad CI file, missing the top-level jobs specifier new c8604bd694 Add information about new models new ebb7b6e4cd Set version to 0.15.0
Summary of changes: .github/workflows/ci.yaml | 39 ++++++++++++++++++++++ .github/workflows/melpa.yml | 79 --------------------------------------------- .gitignore | 4 +++ Eldev | 8 +++++ NEWS.org | 4 ++- llm-claude.el | 4 ++- llm-fake.el | 11 ++++--- llm-gemini.el | 3 +- llm-gpt4all.el | 2 +- llm-llamacpp.el | 7 ++-- llm-ollama.el | 12 +++---- llm-openai.el | 55 ++++++++++++++++--------------- llm-provider-utils.el | 57 ++++++++++++++++++++++---------- llm-request-plz.el | 14 ++++---- llm-test.el | 11 +++++-- llm-tester.el | 14 +++++--- llm-vertex.el | 32 ++++++++++-------- llm.el | 67 ++++++++++++++++++++------------------ plz-event-source.el | 3 -- plz-media-type.el | 3 -- 20 files changed, 221 insertions(+), 208 deletions(-) create mode 100644 .github/workflows/ci.yaml delete mode 100644 .github/workflows/melpa.yml create mode 100644 Eldev