Skip to content

v0.74.2

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Apr 18:55
· 9 commits to main since this release
29fa427

PromptingTools v0.74.2

Diff since v0.74.1

No breaking changes.

Added

  • Added support for OpenAI's O3 and O4-Mini reasoning models (aliases o3 and o4m, respectively).

Fixed

  • Fixed a bug in the precompilation. If a user set MODEL_CHAT to be a non-OpenAI model, aiclassify would throw an error as it could not validate the tokenizer for correct functionality. Bypassed by forcing a specific tokenizer vocabulary (irrelevant for precompilation purposes).
  • Fixed failing CI due to not publishing docs for CustomRetryLayer.

Commits

Merged pull requests:

Closed issues:

  • Precompile PromptingTools.jl Failed after executing the command 'PT.set_preferences!("PROMPT_SCHEMA" => "OllamaSchema", "MODEL_CHAT"=>"llama2")' (#281)