This commit is contained in:
Cyberes 2024-04-10 22:51:22 -06:00
parent c50b369f2f
commit 72640ae35f
1 changed files with 2 additions and 3 deletions

View File

@ -3,7 +3,7 @@
Copilot doesn't have a concept of "context". But the server does keep track of conversations.
The bot will store conversation metadata in the Matrix room attached to its initial response to a query. This metadata
is encrypted and contains the nessesary information needed to load the conversation and continue talking to the user.
is encrypted and contains the necessary information needed to load the conversation and continue talking to the user.
You need to generate your encryption key first:
@ -11,5 +11,4 @@ You need to generate your encryption key first:
python3 new-fernet-key.py
```
This will print a string. Copy this to your `config.yaml` and enter it in the `event_encryption_key` field in the `copilot`
section.
This will print a string. Copy this to your `config.yaml` in the `event_encryption_key` field in the `copilot` section.