mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 02:15:48 +02:00
wip: ChatGPT assistant
This commit is contained in:
parent
ba87f02a53
commit
4cd77f28eb
27 changed files with 3197 additions and 529 deletions
9
frontend/src/api/openai.ts
Normal file
9
frontend/src/api/openai.ts
Normal file
|
@ -0,0 +1,9 @@
|
|||
import http from '@/lib/http'
|
||||
|
||||
const openai = {
|
||||
store_record(data: any) {
|
||||
return http.post('/chat_gpt_record', data)
|
||||
}
|
||||
}
|
||||
|
||||
export default openai
|
Loading…
Add table
Add a link
Reference in a new issue