@@ -54,14 +54,14 @@ export class UserConfig {
54
54
55
55
// https://platform.openai.com/docs/models/overview
56
56
// 除此之外,gpt-4-0314、gpt-4-32k-0314、gpt-3.5-turbo-0301 模型将在 9 月 13 日被弃用。
57
- export type CHATMODEL = 'gpt-3.5-turbo' | 'gpt-3.5-turbo-0301' | 'gpt-3.5-turbo-0613' | 'gpt-3.5-turbo-16k' | 'gpt-4' | 'gpt-4-0314' | 'gpt-4-32k' | 'gpt-4-32k-0314' | 'gpt-4-0613' | 'gpt-4-32k-0613' | 'text-davinci-002-render-sha-mobile' | 'text-embedding-ada-002' | 'gpt-4-mobile' | 'gpt-4-browsing'
57
+ export type CHATMODEL = 'gpt-3.5-turbo' | 'gpt-3.5-turbo-0301' | 'gpt-3.5-turbo-0613' | 'gpt-3.5-turbo-16k' | 'gpt-3.5-turbo-16k-0613' | 'gpt- 4' | 'gpt-4-0314' | 'gpt-4-32k' | 'gpt-4-32k-0314' | 'gpt-4-0613' | 'gpt-4-32k-0613' | 'text-davinci-002-render-sha-mobile' | 'text-embedding-ada-002' | 'gpt-4-mobile' | 'gpt-4-browsing'
58
58
59
59
export const CHATMODELS : CHATMODEL [ ] = [
60
- 'gpt-3.5-turbo' , 'gpt-3.5-turbo-0301' , 'gpt-3.5-turbo-0613' , 'gpt-3.5-turbo-16k' , 'gpt-4' , 'gpt-4-0314' , 'gpt-4-32k' , 'gpt-4-32k-0314' , 'gpt-4-0613' , 'gpt-4-32k-0613' , 'text-davinci-002-render-sha-mobile' , 'text-embedding-ada-002' , 'gpt-4-mobile' , 'gpt-4-browsing' ,
60
+ 'gpt-3.5-turbo' , 'gpt-3.5-turbo-0301' , 'gpt-3.5-turbo-0613' , 'gpt-3.5-turbo-16k' , 'gpt-3.5-turbo-16k-0613' , 'gpt- 4', 'gpt-4-0314' , 'gpt-4-32k' , 'gpt-4-32k-0314' , 'gpt-4-0613' , 'gpt-4-32k-0613' , 'text-davinci-002-render-sha-mobile' , 'text-embedding-ada-002' , 'gpt-4-mobile' , 'gpt-4-browsing' ,
61
61
]
62
62
63
63
export const chatModelOptions = [
64
- 'gpt-3.5-turbo' , 'gpt-3.5-turbo-0301' , 'gpt-3.5-turbo-0613' , 'gpt-3.5-turbo-16k' , 'gpt-4' , 'gpt-4-0314' , 'gpt-4-32k' , 'gpt-4-32k-0314' , 'gpt-4-0613' , 'gpt-4-32k-0613' , 'text-davinci-002-render-sha-mobile' , 'text-embedding-ada-002' , 'gpt-4-mobile' , 'gpt-4-browsing' ,
64
+ 'gpt-3.5-turbo' , 'gpt-3.5-turbo-0301' , 'gpt-3.5-turbo-0613' , 'gpt-3.5-turbo-16k' , 'gpt-3.5-turbo-16k-0613' , 'gpt- 4', 'gpt-4-0314' , 'gpt-4-32k' , 'gpt-4-32k-0314' , 'gpt-4-0613' , 'gpt-4-32k-0613' , 'text-davinci-002-render-sha-mobile' , 'text-embedding-ada-002' , 'gpt-4-mobile' , 'gpt-4-browsing' ,
65
65
] . map ( ( model : string ) => {
66
66
let label = model
67
67
if ( model === 'text-davinci-002-render-sha-mobile' )
0 commit comments