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
/
constants
/
options.js
15 lines
(14 loc)
•
299 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
export
const
defaultOptions = {
// temperature: 0.5,
// max_tokens: 2048,
// top_p: 1,
// frequency_penalty: 0,
// presence_penalty: 0
};
export
const
defaultDaleOptions = {
// n: 1,
// quality: 'standard',
// response_format: 'url',
// size: '1024x1024',
// style: 'natural'
};