Skip to content

Commit fa76aa0

Browse files
change model to 4o
1 parent 78c1a7c commit fa76aa0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • samples/microsoft/python/getting-started-agents/agent-catalog/3p-agent-samples/azure-ai-agent-service-blueprints/auquan/python

samples/microsoft/python/getting-started-agents/agent-catalog/3p-agent-samples/azure-ai-agent-service-blueprints/auquan/python/template.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
# Create an instance of the CodeInterpreterTool
3737
agent = project_client.agents.create_agent(
38-
model="gpt-4o-mini",
38+
model="gpt-4o",
3939
name="auquan-risk-analyzer-agent",
4040
instructions=f"""
4141
You are a Due Diligence Risk Analyst with expertise in corporate risk assessment and analysis. Your primary responsibilities include:

0 commit comments

Comments
 (0)