From efcd9e986069224a2d91401e3c75681f6407ba1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Fran=C3=A7ois?= Date: Tue, 30 Jan 2024 19:14:46 +0100 Subject: [PATCH 1/2] Update backend-llamagpt.Rmd --- vignettes/backend-llamagpt.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vignettes/backend-llamagpt.Rmd b/vignettes/backend-llamagpt.Rmd index 5663f96..6f5d788 100644 --- a/vignettes/backend-llamagpt.Rmd +++ b/vignettes/backend-llamagpt.Rmd @@ -47,7 +47,7 @@ to do this are [here](https://github.com/kuvaus/LlamaGPTJ-chat#download). ### LLM file -The GitHub repoisotry contains a [list of compatible models](https://github.com/kuvaus/LlamaGPTJ-chat#gpt-j-llama-and-mpt-models). +The GitHub repository contains a [list of compatible models](https://github.com/kuvaus/LlamaGPTJ-chat#gpt-j-llama-and-mpt-models). Download at least one of the models, and make note of where it was saved to in your computer. From 9d92c174b60f3e0b38f8490e01cefe16e941a636 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Fran=C3=A7ois?= Date: Fri, 2 Feb 2024 12:40:20 +0100 Subject: [PATCH 2/2] Update openai-gpt.Rmd typo --- vignettes/openai-gpt.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vignettes/openai-gpt.Rmd b/vignettes/openai-gpt.Rmd index f1ff863..e4c026e 100644 --- a/vignettes/openai-gpt.Rmd +++ b/vignettes/openai-gpt.Rmd @@ -19,7 +19,7 @@ knitr::opts_chunk$set( OpenAI's GPT models are possibly the most widely used LLM today. Typically, the interaction with the models is via chatting with it inside the OpenAI's web portal. They also offer an REST API endpoint that you can use to communicate -with their LLM's. `chattr` is able to send and recieve the correct API calls +with their LLM's. `chattr` is able to send and receive the correct API calls to make the "chatting" experience with the GPT models seamless. ## Secret key