mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-21 01:02:26 +00:00
feat: adding snowflake provider and template
This commit is contained in:
parent
59d856363e
commit
ecb395c751
5 changed files with 92 additions and 22 deletions
|
|
@ -11,11 +11,11 @@ from pydantic import BaseModel, Field
|
|||
|
||||
@json_schema_type
|
||||
class SnowflakeImplConfig(BaseModel):
|
||||
url: str = Field(
|
||||
account: str = Field(
|
||||
default=None,
|
||||
description="The URL for the Snowflake Cortex model serving endpoint",
|
||||
description="The Snowflake Account ID for the Snowflake Cortex model serving endpoint",
|
||||
)
|
||||
api_token: str = Field(
|
||||
api_key: str = Field(
|
||||
default=None,
|
||||
description="The Snowflake Cortex API token",
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue