Skip to content

Commit

Permalink
Update chat_completion_with_plugins.py (#324)
Browse files Browse the repository at this point in the history
  • Loading branch information
sijunhe committed Feb 28, 2024
1 parent 2bfa1b1 commit 157ca7e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@ class ChatCompletionWithPlugins(EBResource, CreatableWithStreaming):
)
_API_INFO_DICT: ClassVar[Dict[APIType, Dict[str, Any]]] = {
APIType.QIANFAN: {
"path": "/erniebot/plugin",
"path": "/erniebot/plugins",
},
APIType.CUSTOM: {
"path": "/erniebot/plugins_v3",
},
APIType.AISTUDIO: {
"path": "/erniebot/plugin",
"path": "/erniebot/plugins",
},
}

Expand Down

0 comments on commit 157ca7e

Please sign in to comment.