Ollama and Azure Support
Adding Ollama® and Azure® support
With this release, we have added ollamaChat
and azureChat
to connect to local LLMs (with an Ollama installation) or deployments hosted on Azure OpenAI® Services. See Ollama.md and Azure.md for details.
Also included is a list of updates (such as supporting newer models on OpenAI®), bug fixes, and general code and test improvements. See the long list below.
Auto-generated What's Changed List
- Dev update gpt 4 vision preview by @toshiakit in #9
- Support function calls in streaming by @toshiakit in #10
- Dev fix tool choice bug by @toshiakit in #12
- Improved error message by @toshiakit in #13
- Improve the text from examples and README by @debymf in #16
- Reflecting the updated models released on April 9, 2024 by @toshiakit in #18
- Update actions to latest versions by @mcafaro in #20
- Fix argument validation for extractOpenAIEmbeddings by @debymf in #19
- Fixing checks for images and empty prompts. by @debymf in #21
- Fix function call by @debymf in #23
- Create pull request to to update activate-code-coverage with new content from main by @vpapanasta in #25
- Activate code coverage by @vpapanasta in #26
- Fix parallel calls by @debymf in #22
- Fix broken link in README. by @debymf in #28
- OPENAI_KEY as env variable and extra tests by @vpapanasta in #27
- Adding FEX Badge by @debymf in #30
- Add example tests by @vpapanasta in #34
- Updated to support gpt-4o by @toshiakit in #33
- little bit of code reformatting by @ccreutzi in #36
- Move model capabilitiy verification out of openAIChat.m, for maintain… by @ccreutzi in #37
- Add functionSignatures.json by @ccreutzi in #38
- Adding missing testAnalyzeSentimentinTextUsingChatGPTinJSONMode by @vpapanasta in #39
- Websave to get images by @ccreutzi in #40
- Test using DALL•E to edit images by @ccreutzi in #41
- test the chatbot example, with a fake input function by @ccreutzi in #42
- Increase websave timeout by @ccreutzi in #44
- move size check into arguments block by @ccreutzi in #43
- Adding support to Azure API by @AngelVegaAlvarez in #8
New Contributors
- @toshiakit made their first contribution in #9
- @mcafaro made their first contribution in #20
- @vpapanasta made their first contribution in #25
- @ccreutzi made their first contribution in #36
- @AngelVegaAlvarez made their first contribution in #8
Full Changelog: v2.0.0...v3.0.0