| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2024-03-11 | 1.5 kB | |
| v1.1.31 source code.tar.gz | 2024-03-11 | 17.2 MB | |
| v1.1.31 source code.zip | 2024-03-11 | 17.5 MB | |
| Totals: 3 Items | 34.7 MB | 0 | |
Changelog
(2024-03-11) Python Version 1.1.31, NPM Version 1.1.14
Last PR included in this release: https://github.com/lastmile-ai/aiconfig/pull/1426
Features
- python-sdk: Added OpenAIVisionParser to core model parsers, allowing integrations with OpenAI chat/vision models and adding
gpt-4-vision-previewas a core model parser (https://github.com/lastmile-ai/aiconfig/pull/1416, https://github.com/lastmile-ai/aiconfig/pull/1417) - editor: Added model schema and prompt input formatting for GPT-4 vision (https://github.com/lastmile-ai/aiconfig/pull/1397)
- extension: Created extension for Groq inference (https://github.com/lastmile-ai/aiconfig/pull/1402)
Bug Fixes / Tasks
- python-sdk: Unpinned
openaidependency and updated to 1.13.3 (https://github.com/lastmile-ai/aiconfig/pull/1415) - vscode: Removed check for
.envfile path needing to be a parent of user’s VS Code workspace, allowing users to specify an.envfile that they can define anywhere (https://github.com/lastmile-ai/aiconfig/pull/1398)
Documentation
- [new] Created README and cookbook to show how to use the Groq inference extension (https://github.com/lastmile-ai/aiconfig/pull/1405, https://github.com/lastmile-ai/aiconfig/pull/1402)
- [updated] Removed warning text from Gradio Notebooks docs saying that Gradio SDK needs to be
<= v4.16.0because that issue is now resolved and we can now use the latest Gradio SDK versions (https://github.com/lastmile-ai/aiconfig/pull/1421)