diff --git a/en/ai/README.md b/en/ai/README.md index f09e4837b..5e7f572e7 100644 --- a/en/ai/README.md +++ b/en/ai/README.md @@ -7,15 +7,15 @@ Since version 6, JabRef has AI-functionality build in. ## AI summary tab -We have made a new entry editor tab: "AI Summary", where AI will generate for you a quick overview of the paper. +On activation of this tab, AI will generate for you a quick overview of the paper. ![AI summary tab screenshot](../.gitbook/assets/AiSummary.png) -The AI will mention for you main objectives of the research, methods used, key findings, and conclusions. +The AI will mention main objectives of the research, methods used, key findings, and conclusions. ## AI chat tab -The next new entry editor tab is "AI chat", where all the question and answering (Q&A) happens. +Here, one can ask questions, which are answered by the LLM. ![AI chat tab screenshot](../.gitbook/assets/AiChat.png) @@ -27,7 +27,7 @@ In this window you can see the following elements: ## How does the AI functionality work? -In the background, JabRef analyses the linked PDF files of library entries. The information used after the indexing is then supplied to the AI, which, to be precise, in our case is a Large Language Model (LLM). The LLM is currently not stored on your computer. Instead, we have many integrations with AI providers (OpenAI, Mistral AI, Hugging Face), so you can choose the one you like the most. These AI providers are available only remotely via the internet. In short: we send chunks of text to AI service and then receive processed responses. In order to use it you need to configure JabRef to use your [API](https://en.wikipedia.org/wiki/API) key. +In the background, JabRef analyses the linked PDF files of library entries. The information used after the indexing is then supplied to the AI, which, to be precise, in our case is a Large Language Model (LLM). The LLM is currently not stored on your computer. Instead, we have many integrations with AI providers (OpenAI, Mistral AI, Hugging Face), so you can choose the one you like the most. These AI providers are available only remotely via the internet. In short: we send chunks of text to AI service and then receive processed responses. In order to use it you need to configure JabRef to use your API key. ## More information