UNPKG
nuxt-chatgpt
Version:
latest (0.4.0)
0.4.0
0.3.0
0.2.7
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.1.10
0.1.9
0.1.8
0.1.7
0.1.6
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
ChatGPT integration for Nuxt 3
vuemadness.com/nuxt-chatgpt
schnapsterdog/nuxt-chatgpt
nuxt-chatgpt
/
dist
/
runtime
/
utils
/
model-map.d.ts
10 lines
(9 loc)
•
230 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
export declare
const
modelMap: { [
x: string
]:
string
;
"gpt-3.5-turbo-1106"
:
string
;
"gpt-4-1106-preview"
:
string
;
"gpt-4-0613"
:
string
;
"gpt-4-32k-0613"
:
string
;
"dall-e-3"
:
string
;
default
:
string
; };