Skip to content

v2.2.1 Release

Latest

Choose a tag to compare

@limitcantcode limitcantcode released this 26 Aug 00:29
· 3 commits to main since this release
2345ee5

This release aims to fix many of the issues found in v2.2.0.

Better prompting

While not encompassing all changes planned, this aims to resolve the discrepancy in expected prompt inputs for various APIs. Prompter now only handles an instruction prompt and the conversation history. Conversation history is not converted into text until inside T2T-based operations to allow per-implementation handling of history. This allows for interchange between instruct and chat based models and improves model adherence to intended response format with OpenAI models.

Fixed operations/use endpoint

This endpoint was not fixed during the refactor and was thus out of spec. This was fixed and updated given the new T2T operation spec.

Fixed installation and examples

Installation should now work cross platform. Examples and development documentation have all been corrected.