Skip to content

Commit

Permalink
Merge branch 'development' of https://github.com/HAWK-Digital-Environ…
Browse files Browse the repository at this point in the history
…ments/HAWKI into development
  • Loading branch information
Ariansdf committed Aug 7, 2024
2 parents 9db4fd7 + 2d9816e commit c16cd52
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,10 @@ Display of mathematical formulas, LaTex and improvement of syntax highlighting.

Dark Mode for our night owls.

System prompts can now be viewed transparently.
System prompts can now be viewed and edited.

In the new version each room's chatlog is saved by default and should be deleted before starting a new chat.


### Security updates

Expand Down Expand Up @@ -72,11 +75,6 @@ The new version also supports the Shibboleth for user authentication. Define you

To generate answers HAWKI uses the Open AI api. Follow the instructions on https://platform.openai.com/docs/introduction to generate an API key and paste it in the configuration file like instructed in chapter [Configuration](#configuration).

### Chatlog Storage

In the new version each room's chatlog is saved by default and should be deleted to start a new chat.
For security reasons the chatlog is stored in the browser's localstorage and also encrypted with the username and server salt to 1. prevent access from outside of HAWKI, 2. prevent access when the same browser is shared between users.
The stored logs will be deleted after one week by default.

## Configuration

Expand Down

0 comments on commit c16cd52

Please sign in to comment.