docs: update Snowflake link and description verbiage (#2882)

This commit is contained in:
Tyler White
2025-06-12 18:55:44 -04:00
committed by GitHub
parent 0dd785419e
commit 9945e51d73
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -19,7 +19,7 @@ pub const SNOWFLAKE_DEFAULT_MODEL: &str = "claude-3-7-sonnet";
pub const SNOWFLAKE_KNOWN_MODELS: &[&str] = &["claude-3-7-sonnet", "claude-3-5-sonnet"];
pub const SNOWFLAKE_DOC_URL: &str =
"https://docs.snowflake.com/en/user-guide/snowflake-cortex/llm-functions#choosing-a-model";
"https://docs.snowflake.com/user-guide/snowflake-cortex/aisql#choosing-a-model";
#[derive(Debug, Clone, Serialize, Deserialize)]
pub enum SnowflakeAuth {
@@ -399,7 +399,7 @@ impl Provider for SnowflakeProvider {
ProviderMetadata::new(
"snowflake",
"Snowflake",
"Access several models using Snowflake Cortex services.",
"Access the latest models using Snowflake Cortex services.",
SNOWFLAKE_DEFAULT_MODEL,
SNOWFLAKE_KNOWN_MODELS.to_vec(),
SNOWFLAKE_DOC_URL,