From 6ce3e4b940446659d61b6c7ef87744f1cbcaada4 Mon Sep 17 00:00:00 2001 From: Dr Nic Williams Date: Mon, 18 Nov 2024 11:07:37 +1000 Subject: [PATCH] Document new user behavior --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index e2d54490..c41c1d3c 100644 --- a/README.md +++ b/README.md @@ -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: