From 72640ae35f2685ab651c4d7b7ae50dcbc7b13be7 Mon Sep 17 00:00:00 2001 From: Cyberes Date: Wed, 10 Apr 2024 22:51:22 -0600 Subject: [PATCH] docs --- docs/Copilot.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/Copilot.md b/docs/Copilot.md index 583dbb1..916667f 100644 --- a/docs/Copilot.md +++ b/docs/Copilot.md @@ -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. \ No newline at end of file +This will print a string. Copy this to your `config.yaml` in the `event_encryption_key` field in the `copilot` section.