Releases: christo-olivier/modelsmith
Releases · christo-olivier/modelsmith
0.6.1
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
Updated dependencies
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.
0.2.1
Updated pyproject.toml with additional information