feat: change challenge method in certificate management page

This commit is contained in:
0xJacky 2023-12-03 20:49:02 +08:00
parent 002d9c22ab
commit 5b3cd981e9
No known key found for this signature in database
GPG key ID: B6E4A6E4A561BAF0
33 changed files with 1875 additions and 1496 deletions

View file

@ -7,7 +7,7 @@ export interface ChatComplicationMessage {
}
const openai = {
store_record(data: { file_name?: string; messages: ChatComplicationMessage[] }) {
store_record(data: { file_name?: string; messages?: ChatComplicationMessage[] }) {
return http.post('/chat_gpt_record', data)
},
}