@@ -17,72 +17,27 @@ module.exports = ({ strapi }) => {
17
17
temperature : 1 ,
18
18
maxTokens : 16 ,
19
19
models : [
20
- 'babbage' ,
21
- 'ada' ,
22
- 'davinci' ,
20
+ 'dall-e-3' ,
21
+ 'whisper-1' ,
22
+ 'davinci-002' ,
23
+ 'babbage-002' ,
24
+ 'dall-e-2' ,
25
+ 'gpt-3.5-turbo-16k' ,
26
+ 'tts-1-hd-1106' ,
27
+ 'tts-1-hd' ,
28
+ 'gpt-3.5-turbo-1106' ,
29
+ 'gpt-3.5-turbo-instruct-0914' ,
30
+ 'gpt-3.5-turbo-instruct' ,
31
+ 'tts-1' ,
32
+ 'gpt-3.5-turbo-0301' ,
33
+ 'tts-1-1106' ,
34
+ 'gpt-3.5-turbo-0125' ,
35
+ 'text-embedding-3-large' ,
36
+ 'gpt-3.5-turbo' ,
37
+ 'text-embedding-3-small' ,
38
+ 'gpt-3.5-turbo-0613' ,
23
39
'text-embedding-ada-002' ,
24
- 'babbage-code-search-code' ,
25
- 'text-similarity-babbage-001' ,
26
- 'text-davinci-001' ,
27
- 'curie-instruct-beta' ,
28
- 'babbage-code-search-text' ,
29
- 'babbage-similarity' ,
30
- 'curie-search-query' ,
31
- 'code-search-babbage-text-001' ,
32
- 'code-cushman-001' ,
33
- 'code-search-babbage-code-001' ,
34
- 'code-davinci-002' ,
35
- 'text-ada-001' ,
36
- 'text-similarity-ada-001' ,
37
- 'text-davinci-insert-002' ,
38
- 'ada-code-search-code' ,
39
- 'text-davinci-002' ,
40
- 'ada-similarity' ,
41
- 'text-davinci-003' ,
42
- 'code-search-ada-text-001' ,
43
- 'text-search-ada-query-001' ,
44
- 'text-curie-001' ,
45
- 'text-davinci-edit-001' ,
46
- 'davinci-search-document' ,
47
- 'ada-code-search-text' ,
48
- 'text-search-ada-doc-001' ,
49
- 'code-davinci-edit-001' ,
50
- 'davinci-instruct-beta' ,
51
- 'text-babbage-001' ,
52
- 'text-similarity-curie-001' ,
53
- 'code-search-ada-code-001' ,
54
- 'ada-search-query' ,
55
- 'text-search-davinci-query-001' ,
56
- 'curie-similarity' ,
57
- 'davinci-search-query' ,
58
- 'text-davinci-insert-001' ,
59
- 'babbage-search-document' ,
60
- 'ada-search-document' ,
61
- 'curie' ,
62
- 'text-search-babbage-doc-001' ,
63
- 'text-search-curie-doc-001' ,
64
- 'text-search-curie-query-001' ,
65
- 'babbage-search-query' ,
66
- 'text-search-davinci-doc-001' ,
67
- 'text-search-babbage-query-001' ,
68
- 'curie-search-document' ,
69
- 'text-similarity-davinci-001' ,
70
- 'audio-transcribe-001' ,
71
- 'davinci-similarity' ,
72
- 'cushman:2020-05-03' ,
73
- 'ada:2020-05-03' ,
74
- 'babbage:2020-05-03' ,
75
- 'curie:2020-05-03' ,
76
- 'davinci:2020-05-03' ,
77
- 'if-davinci-v2' ,
78
- 'if-curie-v2' ,
79
- 'if-davinci:3.0.0' ,
80
- 'davinci-if:3.0.0' ,
81
- 'davinci-instruct-beta:2.0.0' ,
82
- 'text-ada:001' ,
83
- 'text-davinci:001' ,
84
- 'text-curie:001' ,
85
- 'text-babbage:001' ,
40
+ 'gpt-3.5-turbo-16k-0613' ,
86
41
] ,
87
42
} ;
88
43
await pluginStore . set ( { key : 'settings' , value } ) ;
0 commit comments