Skip to content
This repository has been archived by the owner on Jun 12, 2024. It is now read-only.

Releases: own-ai/ownai

v0.4.0 – Backdrop Build Release 🎉

30 Nov 02:13
67f38ff
Compare
Choose a tag to compare

This release was built in the Backdrop Build program, where hundreds of talented people build and launch their crazy ideas in just 4 weeks.

I am honored to have been a part of it. Thanks to the Backdrop people, you do a great job! I highly recommend applying for the next round, just check out their website for more information.

  • With this release, it is now finally easy to run AIs on your own. ownAI runs chains in a separate process to allow local inference even on a regular cloud server or your laptop. The llama.cpp examples work without a GPU.
  • There is now a download-model command to download AI models directly from the Hugging Face Hub.
  • You can now view and delete knowledge contents.

v0.3.0

18 Sep 09:28
51829aa
Compare
Choose a tag to compare
  • Adds public AIs (accessible without authentication). Currently this option can only be set directly in the database table "ai".
  • Allows to change the brand name (default "ownAI").
  • AIs can now be selected from the URL path.
  • AI greetings and input labels can be configured in Aifiles.
  • Multiline input is now supported.
  • ownAI has been migrated to SQLAlchemy. This means you can now use a database of your choice and migrations are much easier.

v0.2.0

08 Aug 18:33
6e07cae
Compare
Choose a tag to compare
  • Adds Llama 2 support
  • Adds a change password option
  • Allows users to change environment variables for external AI providers
  • Enables truncation for huggingface_textgen_inference models
  • Adds system prompt examples for Llama 2

v0.1.0

21 Jun 15:07
bf24cda
Compare
Choose a tag to compare

It's the beginning of summer and it's the beginning of ownAI.