Skip to content

0.8.0 - App tools & internal qapair gen

Compare
Choose a tag to compare
@lukemarsden lukemarsden released this 08 May 12:57
· 226 commits to main since this release

What's Changed

API Tools in Helix Apps

You can now version control configuration for OpenAPI tools integrations and spawn embedded widget sessions from such apps. You can also use the chat completion API with the new per-app API key to get tools enabled on that chat session.

Example config: https://github.com/helixml/example-helix-app

Fork the repo above and add it as an app inside Helix. Then embed the widget in an html page, activate it, and ask it about the hiring pipeline (demo API).

image

https://twitter.com/lmarsden/status/1787846737870127426

Fully local qapair generation

We now also have basic support (without schema enforcement, yet) for configuring the qapair generator in fine-tuning to use fully local models.

Full Changelog: 0.7.5...0.8.0