feat: 支持GPT-4 API

This commit is contained in:
Rock Chin
2023-03-18 04:38:48 +00:00
parent c842485d33
commit b7642fe876
3 changed files with 10 additions and 1 deletions
+4
View File
@@ -21,6 +21,10 @@ COMPLETION_MODELS = {
CHAT_COMPLETION_MODELS = {
'gpt-3.5-turbo',
'gpt-3.5-turbo-0301',
'gpt-4',
'gpt-4-0314',
'gpt-4-32k',
'gpt-4-32k-0314'
}
EDIT_MODELS = {