fix: reasoning messages dropped for gpt-4 (#803)

This commit is contained in:
cthomas
2025-01-28 13:39:18 -08:00
committed by GitHub
parent eccd279b02
commit 92965bd69c
6 changed files with 18 additions and 17 deletions

View File

@@ -18,7 +18,7 @@ agent_state = client.agents.create(
),
],
# set automatic defaults for LLM/embedding config
model="openai/gpt-4",
model="openai/gpt-4o-mini",
embedding="openai/text-embedding-ada-002",
)
print(f"Created agent with name {agent_state.name} and unique ID {agent_state.id}")