From d17ee3f4bd3b92a149f6e762115274749bf12fb9 Mon Sep 17 00:00:00 2001 From: informaticker Date: Thu, 24 Oct 2024 22:50:44 +0200 Subject: [PATCH] v1.3 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index b68f0c5..738a787 100644 --- a/README.md +++ b/README.md @@ -11,12 +11,16 @@ A simple, versatile language processing interface for websites. ## Usage After installing the extensions, selecting text and pressing `Ctrl+Space` will display the answer above the selected text in the configured opacity. To hide the answer, press `Ctrl+Space` again without selecting any text. + Additionally, pressing `Ctrl+Shift+Space` will write the answer into the nearest text field. ## Configuration The extension can be configured by clicking on the extension icon in the toolbar. + You will need to add your own OpenAI Endpoint (for example `https://api.elia.network`), and an API key. + There is an default URL and Key which is restricted to llama3.2-90b and 10 Requests per minute. + The opacity can be adjusted from 0 to 1, and is set to 0.1 per default. Adjust based on your screen's brightness and if you want to risk it being spotted. ## Installation