v0.17.0
PromptingTools v0.17.0
Added
- Added support for
aigenerate
with Anthropic API. Preset model aliases areclaudeo
,claudes
, andclaudeh
, for Claude 3 Opus, Sonnet, and Haiku, respectively. - Enabled the GoogleGenAI extension since
GoogleGenAI.jl
is now officially registered. You can useaigenerate
by setting the model togemini
and providing theGOOGLE_API_KEY
environment variable. - Added utilities to make preparation of finetuning datasets easier. You can now export your conversations in JSONL format with ShareGPT formatting (eg, for Axolotl). See
?PT.save_conversations
for more information. - Added
print_html
utility for RAGTools module to print HTML-styled RAG answer annotations for web applications (eg, Genie.jl). See?PromptingTools.Experimental.RAGTools.print_html
for more information and examples.
Commits
Merged pull requests:
- Update CHANGELOG.md (#104) (@svilupp)
- A little README.md correction (#107) (@Muhammad-saad-2000)
- Update RAG Diagram (#108) (@svilupp)
- Add support for Claude API (#109) (@svilupp)
- Enable GoogleGenAI extension (#111) (@svilupp)
- Add ShareGPT template (#113) (@svilupp)
- Increase compat for GoogleGenAI v0.3 (#114) (@svilupp)
- Update html printing (#115) (@svilupp)
Closed issues:
- [FR] Add support for Claude API (#96)