File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
114114Set 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 ]
You can’t perform that action at this time.
0 commit comments