Skip to content

v0.8.0

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Jan 20:46
· 454 commits to main since this release

PromptingTools v0.8.0

Diff since v0.7.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 the LOCAL_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:

Closed issues:

  • Ollama: repeated request with same prompt fails (#51)