mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 02:15:48 +02:00
fix: resolved eslint errors
This commit is contained in:
parent
287ef7527d
commit
d325dd7493
33 changed files with 643 additions and 584 deletions
|
@ -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)
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue