Skip to content

Commit 6397d64

Browse files
committed
docs: note about local copy of models
I got tripped up on this when trying to add a new model to the list
1 parent 55445bd commit 6397d64

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ cd app && npm install && npx parcel watch src/index.html --no-cache
3939
cd server && pip3 install -r requirements.txt && cd .. && python3 -m server.app
4040
```
4141

42+
After starting the server, `models.json` is copied to `~/.config/openplayground/models.json` and this is used instead of the bundled `models.json`. This allows you to add your own models to the playground and version them in your dotfiles.
43+
44+
4245
## Docker
4346

4447
```sh
@@ -55,7 +58,7 @@ First volume is optional. It's used to store API keys, models settings.
5558
- Measure and display time to first token
5659
- Setup automatic builds with GitHub Actions
5760
- The default parameters for each model are configured in the `server/models.json` file. If you find better default parameters for a model, please submit a pull request!
58-
- Someone can help us make a homebrew package, and a dockerfile
61+
- Someone can help us make a homebrew package
5962
- Easier way to install open source models directly from openplayground, with `openplayground install <model>` or in the UI.
6063
- Find and fix bugs
6164
- ChatGPT UI, with turn-by-turn, markdown rendering, chatgpt plugin support, etc.

0 commit comments

Comments
 (0)