elpasync pushed a change to branch externals/llm. from b69b6e8480 Remove auto-compression-mode for callbacks, which was unnecessary new 92914e3304 Improve how conversations work and make it easier to handle them new 50ad3cbe4c Fix issue with never correctly storing or applying the context new 59fc3d7d29 Ensure that all callbacks are in the original buffer new 16335ca7cd Merge branch 'conversation-fix' new 9658faa37e Make embedding-async callbacks also in original buffer new ee50f9cd9f Delete unused testing code, run conversation testers llm-tester-all new 0af6350d10 Add to README info about callbacks in buffer, fix convo example new 2daffebdee Properly throw errors when sync requests receive an error code new 53b5ebcbdb Add new provider GPT4All
Summary of changes: NEWS.org | 6 +++ README.org | 27 ++++++++++-- llm-fake.el | 24 +++++++---- llm-gpt4all.el | 86 ++++++++++++++++++++++++++++++++++++++ llm-ollama.el | 70 +++++++++++++++++++------------ llm-openai.el | 97 ++++++++++++++++++++++++++----------------- llm-request.el | 21 +++++++++- llm-tester.el | 128 ++++++++++++++++++++++++++++++++++++++++++++++----------- llm-vertex.el | 55 ++++++++++++++++--------- llm.el | 41 +++++++++++++++--- 10 files changed, 430 insertions(+), 125 deletions(-) create mode 100644 llm-gpt4all.el