Skip to content

Commit

Permalink
fix bug with type guard
Browse files Browse the repository at this point in the history
  • Loading branch information
victordibia committed Feb 14, 2025
1 parent 9b9c653 commit 7c747af
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ const PROVIDERS = {

// Models
OPENAI: "autogen_ext.models.openai.OpenAIChatCompletionClient",
AZURE_OPENAI:
"autogen_ext.models.azure_openai.AzureOpenAIChatCompletionClient",
AZURE_OPENAI: "autogen_ext.models.openai.AzureOpenAIChatCompletionClient",

// Tools
FUNCTION_TOOL: "autogen_core.tools.FunctionTool",
Expand Down

0 comments on commit 7c747af

Please sign in to comment.