Skip to content

Commit 1a51219

Browse files
authored
Update model for ai_complete docstring (#4001)
1 parent 7200559 commit 1a51219

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/snowflake/snowpark/functions.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13534,7 +13534,7 @@ def ai_complete(
1353413534
>>> # Using model parameters
1353513535
>>> df = session.range(1).select(
1353613536
... ai_complete(
13537-
... model='llama2-70b-chat',
13537+
... model='llama3.3-70b',
1353813538
... prompt='How does a snowflake get its unique pattern?',
1353913539
... model_parameters={
1354013540
... 'temperature': 0.7,
@@ -13586,7 +13586,7 @@ def ai_complete(
1358613586
... }
1358713587
>>> df = session.range(1).select(
1358813588
... ai_complete(
13589-
... model='llama2-70b-chat',
13589+
... model='llama3.3-70b',
1359013590
... prompt='Analyze the sentiment of this text: I love this product!',
1359113591
... response_format=response_schema
1359213592
... ).alias("structured_result")

0 commit comments

Comments
 (0)