Skip to content

Commit

Permalink
docs: note about local copy of models
Browse files Browse the repository at this point in the history
I got tripped up on this when trying to add a new model to the list
  • Loading branch information
iloveitaly committed Aug 15, 2023
1 parent b8ee42a commit d82eb34
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ cd app && npm install && npx parcel watch src/index.html --no-cache
cd server && pip3 install -r requirements.txt && cd .. && python3 -m server.app
```

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.


## Docker

```sh
Expand All @@ -55,7 +58,7 @@ First volume is optional. It's used to store API keys, models settings.
- Measure and display time to first token
- Setup automatic builds with GitHub Actions
- 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!
- Someone can help us make a homebrew package, and a dockerfile
- Someone can help us make a homebrew package
- Easier way to install open source models directly from openplayground, with `openplayground install <model>` or in the UI.
- Find and fix bugs
- ChatGPT UI, with turn-by-turn, markdown rendering, chatgpt plugin support, etc.
Expand Down

0 comments on commit d82eb34

Please sign in to comment.