feat: Ungate file upload for simple MIME types even without Mistral API key (#2898)
This commit is contained in:
@@ -26,7 +26,7 @@ agent = client.agents.create(
|
||||
}
|
||||
],
|
||||
model="openai/gpt-4o-mini",
|
||||
embedding="openai/text-embedding-ada-002",
|
||||
embedding="openai/text-embedding-3-small",
|
||||
tool_ids=[mcp_tool.id]
|
||||
)
|
||||
print(f"Created agent id {agent.id}")
|
||||
|
||||
Reference in New Issue
Block a user