@@ -54,14 +54,14 @@ export class UserConfig {
5454
5555// https://platform.openai.com/docs/models/overview
5656// 除此之外,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'
5858
5959export 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' ,
6161]
6262
6363export 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' ,
6565] . map ( ( model : string ) => {
6666 let label = model
6767 if ( model === 'text-davinci-002-render-sha-mobile' )
0 commit comments