File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ save_chat = 's'
109
109
110
110
## Chatgpt
111
111
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:
113
113
114
114
Set an environment variable with your API key:
115
115
@@ -132,7 +132,7 @@ The default model is set to `gpt-3.5-turbo`. Check out the [OpenAI documentation
132
132
133
133
## llama.cpp
134
134
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 :
136
136
137
137
``` toml
138
138
[llamacpp ]
@@ -161,7 +161,7 @@ More infos about llama.cpp api [here](https://github.com/ggerganov/llama.cpp/blo
161
161
162
162
## Ollama
163
163
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 :
165
165
166
166
``` toml
167
167
[ollama ]
You can’t perform that action at this time.
0 commit comments