Monkeypatch.py Versions Save

Prompt engineering for developers

v0.2.0

3 months ago

Add support for Bedrock and Together models for inference. Fixed a series of bugs.

What's Changed

Full Changelog: https://github.com/Tanuki/tanuki.py/compare/v0.1.4...v0.2.0

v0.1.4

5 months ago

This release fixes a surfaced bug in which negative int/float values of keyword arguments passed into a Pydantic model broke the align parsing.

v0.1.3

5 months ago

v0.1.2

5 months ago

v0.0.12

5 months ago

v0.1.0

5 months ago

Renamed MonkeyPatch to Tanuki, support for embeddings and function configurability is released!

Use embeddings to integrate Tanuki with downstream RAG implementations using OpenAI Ada-2 model. Function configurability allows to configure Tanuki function executions to ignore certain implemented aspects (finetuning, data-storage communications) for improved latency and serverless integrations.


What's Changed

New Contributors

Full Changelog: https://github.com/Tanuki/tanuki.py/compare/v0.0.10...v0.1.0

v0.0.10

6 months ago

v0.0.9

6 months ago

Added support for nested Pydantic model in asserts. Now the align statements should work for most of the cases. Added a few examples.

v0.0.8

6 months ago

v0.0.1

6 months ago

What's Changed

Full Changelog: https://github.com/monkey-patch-sdk/monkey-patch.py/compare/v0.0.1-alpha...v0.0.1