Releases: christo-olivier/modelsmith
Releases · christo-olivier/modelsmith
Release list
0.7.0
What's Changed
- Migrate from Vertex AI models to Google Gemini models
- Moved from Poetry to UV for package management
Full Changelog: 0.6.1...0.7.0
0.6.1
- Deep copy the model settings in the AnthropicModel class.
- Updated Readme.
0.6.0
- Added support for Anthropic's models.
- Removed the old style API that supported passing Vertex AI models directly to the Forge.
0.5.0
- Added OpenAI model support.
- Changed API to provide wrapper classes for Vertex AI and OpenAI models.
0.4.2
Updated dependencies to address urllib3's Proxy-Authorization security issue
0.4.1
0.4.0
Moved debug logging of the rendered prompt to take place in the Prompt class instead of the Forge.
0.3.0
Imported and re-exported objects in the top level _init.py to make it eaier to use the package.
0.2.3
Fixed a bug where the response model was being rendered in the prompt as a python dict and not as correctly formatted JSON.
0.2.2
Fixed a bug that resulted in an exception being raised when one of the match patterns did return a validated model but the others did not.