Skip to content

Releases: christo-olivier/modelsmith

0.6.1

09 Jul 12:25
Compare
Choose a tag to compare
  • Deep copy the model settings in the AnthropicModel class.
  • Updated Readme.

0.6.0

06 Jul 10:55
a236657
Compare
Choose a tag to compare
  • Added support for Anthropic's models.
  • Removed the old style API that supported passing Vertex AI models directly to the Forge.

0.5.0

02 Jul 08:17
edc173f
Compare
Choose a tag to compare
  • Added OpenAI model support.
  • Changed API to provide wrapper classes for Vertex AI and OpenAI models.

0.4.2

26 Jun 20:54
d1cb6b1
Compare
Choose a tag to compare

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

0.4.1

23 May 17:33
43602e8
Compare
Choose a tag to compare

Updated dependencies

0.4.0

23 May 17:26
Compare
Choose a tag to compare

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

0.3.0

08 Apr 08:38
2d7efe8
Compare
Choose a tag to compare

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

0.2.3

27 Mar 08:19
adf379e
Compare
Choose a tag to compare

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

25 Mar 09:49
6858adc
Compare
Choose a tag to compare

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

22 Mar 22:49
Compare
Choose a tag to compare
Updated pyproject.toml with additional information