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 authored and Bobholamovic committed Feb 28, 2024
1 parent 1d9813a commit 97153ca
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ class ChatCompletionWithPlugins(EBResource, CreatableWithStreaming):
APIType.CUSTOM: {
"path": "/erniebot/plugins_v3",
},
APIType.AISTUDIO: {
"path": "/erniebot/plugins",
},
}

@overload
Expand Down

0 comments on commit 97153ca

Please sign in to comment.