From e703efe2ad03916fbe117784d569ac9b63448544 Mon Sep 17 00:00:00 2001
From: yoannchb-pro <71560747+yoannchb-pro@users.noreply.github.com>
Date: Wed, 20 Mar 2024 17:27:23 -0400
Subject: [PATCH] Update README.md
---
README.md | 22 +++++++++++-----------
1 file changed, 11 insertions(+), 11 deletions(-)
diff --git a/README.md b/README.md
index 9df0b03..6d85f23 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@ title="Mortarboard icons created by itim2101 - Flaticon" >
@@ -52,13 +52,13 @@ See the [changelog](./CHANGELOG.md) to see every updates !
## Set up
-> NOTE: This extension only works on Chromium-based browsers like Edge, Chrome, etc. Unfortunately, Firefox requires a click on the extension, which is not very discreet.
+> NOTE: This extension only works on Chromium-based browsers like Edge, Chrome, etc.
-- Autocomplete: The extension will complete the question for you.
+- Autocomplete: The extension will complete the question for you by selecting the correct(s) answer(s).
- Clipboard: The response is copied into the clipboard.
- Question to answer: The question is converted to the answer and you can click on it to show back the question (or show back the answer).
@@ -77,9 +77,9 @@ Go to "Manage my extensions" on your browser, then click on "Load unpa
-- Api key: the openai api key.
+- Api key\*: the [openai api key](https://platform.openai.com/api-keys) from your account (Note you have to put credits by entering a credit card onto your account).
+- GPT Model\*: the [gpt model](https://platform.openai.com/docs/models) you want to use.
- Code: a code to be more discret for injecting/removing the extension from the page. Simply type your code you entered into the configuration on the keyboard when you are on your moodle quiz and the extension will be inject. If you want to remove the injection just simply type back the code on your keyboard.
-- GPT Model: the gpt model you want to use. You can click on the reload button to get the latest version of available gpt model for your account but you need to enter the api key first.
- Cursor indication: show a pointer cursor and a hourglass to know when the request is finished.
- Title indication: show some informations into the title to know for example if the code have been injected.