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

v0.3.0

Compare
Choose a tag to compare
@janpawellek janpawellek released this 18 Sep 09:28
· 18 commits to main since this release
51829aa
  • 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.