Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update backend-llamagpt.Rmd #62

Merged
merged 2 commits into from
Feb 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion vignettes/backend-llamagpt.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion vignettes/openai-gpt.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading