This repository has been archived by the owner on Jun 12, 2024. It is now read-only.
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.