Skip to content

Commit 2ac3da7

Browse files
committed
use latest openai model
1 parent eaeb4b6 commit 2ac3da7

File tree

1 file changed

+2
-1
lines changed
  • docs/use-cases/AI_ML/MCP/ai_agent_libraries

1 file changed

+2
-1
lines changed

docs/use-cases/AI_ML/MCP/ai_agent_libraries/upsonic.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ and also initialize our agent and ask it a question:
7070

7171
```python
7272
from upsonic import Agent, Task
73+
from upsonic.models.openai import OpenAIResponsesModel
7374
```
7475

7576
```python
@@ -94,7 +95,7 @@ database_agent = Agent(
9495
name="Data Analyst",
9596
role="ClickHouse specialist.",
9697
goal="Query ClickHouse database and tables and answer questions",
97-
model="openai/o3-mini"
98+
model=OpenAIResponsesModel(model_name="gpt-5-mini-2025-08-07")
9899
)
99100

100101

0 commit comments

Comments
 (0)