Skip to content

Commit

Permalink
Merge pull request #23 from cihat/fix-readme-typos
Browse files Browse the repository at this point in the history
Fix readme typo
  • Loading branch information
pythops authored Mar 19, 2024
2 parents b44b526 + 00e9aea commit 70dd412
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ save_chat = 's'
## Chatgpt

To use `chatgpt` as the backemd, you'll need to provide an API key for OpenAI. There are two ways to do this:
To use `chatgpt` as the backend, you'll need to provide an API key for OpenAI. There are two ways to do this:

Set an environment variable with your API key:

Expand All @@ -132,7 +132,7 @@ The default model is set to `gpt-3.5-turbo`. Check out the [OpenAI documentation

## llama.cpp

To use `llama.cpp` as the backemd, you'll need to provide the url that points to the server :
To use `llama.cpp` as the backend, you'll need to provide the url that points to the server :

```toml
[llamacpp]
Expand Down Expand Up @@ -161,7 +161,7 @@ More infos about llama.cpp api [here](https://github.com/ggerganov/llama.cpp/blo

## Ollama

To use `ollama` as the backemd, you'll need to provide the url that points to the server with the model name :
To use `ollama` as the backend, you'll need to provide the url that points to the server with the model name :

```toml
[ollama]
Expand Down

0 comments on commit 70dd412

Please sign in to comment.