Skip to content

ollamar 1.2.2

Latest
Compare
Choose a tag to compare
@hauselin hauselin released this 08 Jan 15:54
  • generate() and chat() support structured output via format parameter.
  • test_connection() returns httr2::response object by default, but also support returning a logical value. #29
  • chat() supports tool calling via tools parameter. Added get_tool_calls() helper function to process tools. #30
  • Simplify README and add Get started vignette with more examples.