v0.74.2
PromptingTools v0.74.2
No breaking changes.
Added
- Added support for OpenAI's O3 and O4-Mini reasoning models (aliases
o3
ando4m
, 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)