Skip to content

Commit ef34fdc

Browse files
fix: swap Azure OpenAI models to OpenAI directly (#697)
1 parent a76fdb4 commit ef34fdc

File tree

1 file changed

+1
-1
lines changed
  • integrations/microsoft-agent-framework/python/examples/agents

1 file changed

+1
-1
lines changed

integrations/microsoft-agent-framework/python/examples/agents/dojo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
from dotenv import load_dotenv
2222
from fastapi import FastAPI
2323

24-
from agent_framework.azure import AzureOpenAIChatClient
24+
from agent_framework.openai import OpenAIChatClient
2525
from agent_framework_ag_ui import add_agent_framework_fastapi_endpoint
2626
from agent_framework_ag_ui_examples.agents import (
2727
document_writer_agent,

0 commit comments

Comments
 (0)