v0.12.0
PromptingTools v0.12.0
Added
- Added more specific kwargs in
Experimental.RAGTools.airag
to give more control over each type of AI call (ie,aiembed_kwargs
,aigenerate_kwargs
,aiextract_kwargs
) - Move up compat bounds for OpenAI.jl to 0.9
Fixed
- Fixed a bug where obtaining an API_KEY from ENV would get precompiled as well, causing an error if the ENV was not set at the time of precompilation. Now, we save the
get(ENV...)
into a separate variable to avoid being compiled away.
Commits
Merged pull requests: