wip: ChatGPT assistant

This commit is contained in:
0xJacky 2023-03-20 19:48:43 +08:00
parent ba87f02a53
commit 4cd77f28eb
No known key found for this signature in database
GPG key ID: B6E4A6E4A561BAF0
27 changed files with 3197 additions and 529 deletions

View 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