Skip to content

v0.58.0

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Oct 20:58
· 429 commits to main since this release

PromptingTools v0.58.0

Diff since v0.57.0

Added

  • Added support for Cerebras hosted models (set your ENV CEREBRAS_API_KEY). Available model aliases: cl3 (Llama3.1 8bn), cl70 (Llama3.1 70bn).
  • Added a kwarg to aiclassify to provide a custom token ID mapping (token_ids_map) to work with custom tokenizers.

Updated

  • Improved the implementation of airetry! to concatenate feedback from all ancestor nodes ONLY IF feedback_inplace=true (because otherwise LLM can see it in the message history).

Fixed

  • Fixed a potential bug in airetry! where the aicall object was not properly validated to ensure it has been run! first.

Commits

Merged pull requests:

  • Add Cerebras API + node validation for airetry! (#217) (@svilupp)