name
This commit is contained in:
@@ -18,25 +18,25 @@ export type InitDateResponse = {
|
||||
};
|
||||
|
||||
const defaultmodels = {
|
||||
'Gpt35-4k': {
|
||||
'FastAI-4k': {
|
||||
model: 'gpt-3.5-turbo',
|
||||
name: 'Gpt35-4k',
|
||||
name: 'FastAI-4k',
|
||||
contextMaxToken: 4000,
|
||||
systemMaxToken: 2400,
|
||||
maxTemperature: 1.2,
|
||||
price: 1.5
|
||||
},
|
||||
'Gpt35-16k': {
|
||||
'FastAI-16k': {
|
||||
model: 'gpt-3.5-turbo',
|
||||
name: 'Gpt35-16k',
|
||||
name: 'FastAI-16k',
|
||||
contextMaxToken: 16000,
|
||||
systemMaxToken: 8000,
|
||||
maxTemperature: 1.2,
|
||||
price: 3
|
||||
},
|
||||
Gpt4: {
|
||||
'FastAI-Plus': {
|
||||
model: 'gpt-4',
|
||||
name: 'Gpt4',
|
||||
name: 'FastAI-Plus',
|
||||
contextMaxToken: 8000,
|
||||
systemMaxToken: 4000,
|
||||
maxTemperature: 1.2,
|
||||
@@ -44,9 +44,9 @@ const defaultmodels = {
|
||||
}
|
||||
};
|
||||
const defaultQaModels = {
|
||||
'Gpt35-16k': {
|
||||
'FastAI-16k': {
|
||||
model: 'gpt-3.5-turbo',
|
||||
name: 'Gpt35-16k',
|
||||
name: 'FastAI-16k',
|
||||
maxToken: 16000,
|
||||
price: 3
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user