diff --git a/ui/src/app/model-configurations/page.tsx b/ui/src/app/model-configurations/page.tsx index 63e959f..fbe694a 100644 --- a/ui/src/app/model-configurations/page.tsx +++ b/ui/src/app/model-configurations/page.tsx @@ -1,11 +1,13 @@ + import ServiceConfiguration from "@/components/ServiceConfiguration"; +import { SETTINGS_DOCUMENTATION_URLS } from "@/constants/documentation"; export default function ServiceConfigurationPage() { return (
- Set up your telephony provider to make phone calls
+ Set up your telephony provider to make phone calls.{" "}
+
+ Learn more
- Manage reusable tools that can be used across your workflows
+ Manage reusable tools that can be used across your workflows.{" "}
+
+ Learn more
- Configure your AI model, voice, and transcription services.
+ Configure your AI model, voice, and transcription services.{" "}
+ {docsUrl && (
+
+ Learn more