Skip to content

Commit 70dd412

Browse files
authored
Merge pull request #23 from cihat/fix-readme-typos
Fix readme typo
2 parents b44b526 + 00e9aea commit 70dd412

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ save_chat = 's'
109109
110110
## Chatgpt
111111

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

114114
Set an environment variable with your API key:
115115

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

133133
## llama.cpp
134134

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

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

162162
## Ollama
163163

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

166166
```toml
167167
[ollama]

0 commit comments

Comments
 (0)