Skip to content

0.11.0

Compare
Choose a tag to compare
@github-actions github-actions released this 16 May 12:01
· 41 commits to development since this release

Features

  • supported Llama 3 8B and Llama 3 70B models (#102)
  • supported legacy tool use for Claude 3 models (#98)
  • added tests for function/tool usage; migrated tests from langchain to openai; removed langchain dependency (#100)
  • reporting user-facing error messages via display_message (#89)

Fixes

  • tool call ids made unique (#107)

Other

  • bump tqdm from 4.66.1 to 4.66.3 (#104)
  • removed redundant chat app code (#101)