Skip to content

Commit

Permalink
support dalle
Browse files Browse the repository at this point in the history
  • Loading branch information
rayrayraykk committed May 15, 2024
1 parent 50a5990 commit d8524f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/agentscope/web/workstation/workflow_node.py
Original file line number Diff line number Diff line change
Expand Up @@ -826,7 +826,7 @@ def compile(self) -> dict:
"dashscope_chat": ModelNode,
"openai_chat": ModelNode,
"post_api_chat": ModelNode,
"post_api_dalle": ModelNode,
"post_api_dall_e": ModelNode,
"Message": MsgNode,
"DialogAgent": DialogAgentNode,
"UserAgent": UserAgentNode,
Expand Down

0 comments on commit d8524f4

Please sign in to comment.