From 259bfc600e7b020929e11d30b50a58d464e62abd Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Thu, 13 Mar 2025 21:44:54 -0700 Subject: [PATCH] doc fix snowflake --- docs/my-website/docs/providers/snowflake.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/my-website/docs/providers/snowflake.md b/docs/my-website/docs/providers/snowflake.md index 6a666e2953..c088b47a7c 100644 --- a/docs/my-website/docs/providers/snowflake.md +++ b/docs/my-website/docs/providers/snowflake.md @@ -7,7 +7,7 @@ import TabItem from '@theme/TabItem'; |-------|-------| | Description | The Snowflake Cortex LLM REST API lets you access the COMPLETE function via HTTP POST requests| | Provider Route on LiteLLM | `snowflake/` | -| Link to Provider Doc | [Vertex AI ↗](https://docs.snowflake.com/en/user-guide/snowflake-cortex/cortex-llm-rest-api) | +| Link to Provider Doc | [Snowflake ↗](https://docs.snowflake.com/en/user-guide/snowflake-cortex/cortex-llm-rest-api) | | Base URL | [https://{account-id}.snowflakecomputing.com/api/v2/cortex/inference:complete/](https://{account-id}.snowflakecomputing.com/api/v2/cortex/inference:complete) | | Supported Operations | `/completions`|