Skip to content

Releases: christo-olivier/modelsmith

0.7.0

Choose a tag to compare

@christo-olivier christo-olivier released this 13 Sep 21:35
c0e74ea

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

Choose a tag to compare

@christo-olivier christo-olivier released this 09 Jul 12:25
  • Deep copy the model settings in the AnthropicModel class.
  • Updated Readme.

0.6.0

Choose a tag to compare

@christo-olivier christo-olivier released this 06 Jul 10:55
a236657
  • Added support for Anthropic's models.
  • Removed the old style API that supported passing Vertex AI models directly to the Forge.

0.5.0

Choose a tag to compare

@christo-olivier christo-olivier released this 02 Jul 08:17
edc173f
  • Added OpenAI model support.
  • Changed API to provide wrapper classes for Vertex AI and OpenAI models.

0.4.2

Choose a tag to compare

@christo-olivier christo-olivier released this 26 Jun 20:54
d1cb6b1

Updated dependencies to address urllib3's Proxy-Authorization security issue

0.4.1

Choose a tag to compare

@christo-olivier christo-olivier released this 23 May 17:33
43602e8

Updated dependencies

0.4.0

Choose a tag to compare

@christo-olivier christo-olivier released this 23 May 17:26

Moved debug logging of the rendered prompt to take place in the Prompt class instead of the Forge.

0.3.0

Choose a tag to compare

@christo-olivier christo-olivier released this 08 Apr 08:38
2d7efe8

Imported and re-exported objects in the top level _init.py to make it eaier to use the package.

0.2.3

Choose a tag to compare

@christo-olivier christo-olivier released this 27 Mar 08:19
adf379e

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

Choose a tag to compare

@christo-olivier christo-olivier released this 25 Mar 09:49
6858adc

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.