diff --git a/web/src/app/admin/configuration/llm/CustomLLMProviderUpdateForm.tsx b/web/src/app/admin/configuration/llm/CustomLLMProviderUpdateForm.tsx index 2e6f0a9f1..4b39d8dd3 100644 --- a/web/src/app/admin/configuration/llm/CustomLLMProviderUpdateForm.tsx +++ b/web/src/app/admin/configuration/llm/CustomLLMProviderUpdateForm.tsx @@ -374,9 +374,22 @@ export function CustomLLMProviderUpdateForm({ name="model_names" label="Model Names" values={values} - subtext={`List the individual models that you want to make - available as a part of this provider. At least one must be specified. - As an example, for OpenAI one model might be "gpt-4".`} + subtext={ + <> + List the individual models that you want to make available as + a part of this provider. At least one must be specified. For + the best experience your [Provider Name]/[Model Name] should + match one of the pairs listed{" "} + + here + + . + + } />