feat(chat): support function call api (#369)
* feat(chat): support function call api * rename struct & add const ChatMessageRoleFunction
This commit is contained in:
@@ -65,7 +65,7 @@ var disabledModelsForEndpoints = map[string]map[string]bool{
|
||||
GPT432K0314: true,
|
||||
GPT432K0613: true,
|
||||
},
|
||||
"/chat/completions": {
|
||||
chatCompletionsSuffix: {
|
||||
CodexCodeDavinci002: true,
|
||||
CodexCodeCushman001: true,
|
||||
CodexCodeDavinci001: true,
|
||||
|
||||
Reference in New Issue
Block a user