File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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")
You can’t perform that action at this time.
0 commit comments