mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-01-16 23:00:51 +00:00
feat: Update description for Global LLM Providers to clarify usage
This commit is contained in:
parent
fdb33d9375
commit
41f25269dc
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@ const LlmPage: FunctionComponent<PageComponentProps> = (): ReactElement => {
|
|||
cardProps={{
|
||||
title: "Global LLM Providers",
|
||||
description:
|
||||
"Global LLM Providers are configured by your administrator and are available to all projects for AI features.",
|
||||
"Global LLM Providers are pre-configured. These will be used automatically for AI features when you haven't set up your own custom LLM provider below.",
|
||||
}}
|
||||
fetchRequestOptions={{
|
||||
overrideRequestUrl: URL.fromString(APP_API_URL.toString()).addRoute(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue