We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd5ed62 commit 72926d5Copy full SHA for 72926d5
examples/server/README.md
@@ -246,9 +246,9 @@ by server.cpp. This is done by building `llama-server` as described in the
246
[build](#build) section above.
247
248
Prompt and other configuration parameters are easily customisable with the json file `public/prompts.config.json`.
249
+You can rename `public/prompts.config.json.example` to `public/prompts.config.json` to make it work.
250
Examples from https://github.com/f/awesome-chatgpt-prompts have been already written in it.
251
-
252
NOTE: if you are using the vite dev server, you can change the API base URL to llama.cpp. To do that, run this code snippet in browser's console:
253
254
```js
0 commit comments