Skip to content

Commit b7ea655

Browse files
committed
Update 15_pii_extraction.py
1 parent bc844fd commit b7ea655

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/15_pii_extraction.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ class PIIOutput(BaseModel):
7373

7474
@workflowai.agent(
7575
id="pii-extractor",
76-
model=Model.CLAUDE_3_5_SONNET_LATEST,
76+
model=Model.LLAMA_4_SCOUT_BASIC,
7777
)
7878
async def extract_pii(input_data: PIIInput) -> PIIOutput:
7979
"""

0 commit comments

Comments
 (0)