mirror of
https://github.com/songquanpeng/one-api.git
synced 2025-11-16 13:13:41 +08:00
🐛 fix: fix some issues (#77)
* 🐛 fix: Incorrect word spelling * ♻️ refactor: split function * 🐛 fix: Delete the disabled channels without deleting the abilities table
This commit is contained in:
@@ -153,7 +153,7 @@ func convertFromChatOpenai(request *types.ChatCompletionRequest) *MiniMaxChatReq
|
||||
}
|
||||
|
||||
messges[len(messges)-1].FunctionCall = &types.ChatCompletionToolCallsFunction{
|
||||
Name: "funciton",
|
||||
Name: "function",
|
||||
Arguments: "arguments",
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user