This repository has been archived by the owner on Jun 12, 2024. It is now read-only.
Releases: own-ai/ownai
Releases · own-ai/ownai
v0.4.0 – Backdrop Build Release 🎉
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
- 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
- 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
It's the beginning of summer and it's the beginning of ownAI.