File tree Expand file tree Collapse file tree 2 files changed +29
-0
lines changed
Expand file tree Collapse file tree 2 files changed +29
-0
lines changed Original file line number Diff line number Diff line change 3535 "cancelBatch" : " cancel batch" ,
3636 "listBatch" : " list batch" ,
3737 "createChatCompletion" : " create chat completion" ,
38+ "getChatCompletion" : " get chat completion" ,
39+ "getChatMessages" : " get chat messages" ,
40+ "listChatCompletions" : " list chat completions" ,
41+ "updateChatCompletion" : " update chat completion" ,
42+ "deleteChatCompletion" : " delete chat completion" ,
3843 "body" : " body" ,
3944 "request_body" : " Request Body" ,
4045 "data" : " data" ,
Original file line number Diff line number Diff line change 158158 value = "createChatCompletion"
159159 data-i18n = "OpenaiApi.parameters.createChatCompletion"
160160 > </ option >
161+ < option
162+ value = "getChatCompletion"
163+ data - i18n = "OpenaiApi.parameters.getChatCompletion"
164+ > < / option >
165+ < option
166+ value = "getChatMessages"
167+ data-i18n = "OpenaiApi.parameters.getChatMessages"
168+ > </ option >
169+
170+ < option
171+ value = "listChatCompletions"
172+ data-i18n = "OpenaiApi.parameters.listChatCompletions"
173+ > </ option >
174+
175+ < option
176+ value = "updateChatCompletion"
177+ data-i18n = "OpenaiApi.parameters.updateChatCompletion"
178+ > </ option >
179+
180+ < option
181+ value = "deleteChatCompletion"
182+ data-i18n = "OpenaiApi.parameters.deleteChatCompletion"
183+ > </ option >
184+
161185 </ optgroup >
162186 < optgroup style = "font-style: normal;" label = "🔗 Embeddings" >
163187 < option
You can’t perform that action at this time.
0 commit comments