v0.8.0
PromptingTools v0.8.0
Added
- Initial support for Llama.jl and other local servers. Once your server is started, simply use
model="local"
to route your queries to the local server, eg,ai"Say hi!"local
. Option to permanently set theLOCAL_SERVER
(URL) added to preference management. See?LocalServerOpenAISchema
for more information. - Added a new template
StorytellerExplainSHAP
(see the metadata)
Fixed
- Repeated calls to Ollama models were failing due to missing
prompt_eval_count
key in subsequent calls.
Commits
Merged pull requests:
- Fix typos (#49) (@pitmonticone)
- Add LocalServerOpenAISchema to support Llama.jl (#50) (@svilupp)
- Fix ollama repeated calls (#52) (@svilupp)
- New template and version update (#53) (@svilupp)
Closed issues:
- Ollama: repeated request with same prompt fails (#51)