Skip to content

Commit

Permalink
Document new user behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
drnic committed Nov 18, 2024
1 parent 3d7523a commit 6ce3e4b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -372,6 +372,10 @@ Every time you pull new changes down, kill `bin/dev` and then re-run it. This wi

Each User has their own list of Language Models they can use.

When a new User is created (when a person registers for the first time), they are initialized with a long list of models. This list is loaded from `models.yaml`.

When an administrator upgrades their deployment of HostedGPT, they can update the available models for all users with a task `rails models:import`.

### Refreshing language models

There is a shared list of known LLM models for OpenAI, Anthropic, and Groq in `models.yaml` and a Rake task to import them into all users:
Expand Down

0 comments on commit 6ce3e4b

Please sign in to comment.