mirror of
https://github.com/labring/FastGPT.git
synced 2025-10-19 01:54:04 +00:00
V4.6.6-2 (#673)
This commit is contained in:
@@ -6,7 +6,8 @@ export const defaultQAModels: LLMModelItemType[] = [
|
||||
name: 'GPT35-16k',
|
||||
maxContext: 16000,
|
||||
maxResponse: 16000,
|
||||
price: 0
|
||||
inputPrice: 0,
|
||||
outputPrice: 0
|
||||
}
|
||||
];
|
||||
|
||||
@@ -14,7 +15,8 @@ export const defaultVectorModels: VectorModelItemType[] = [
|
||||
{
|
||||
model: 'text-embedding-ada-002',
|
||||
name: 'Embedding-2',
|
||||
price: 0,
|
||||
inputPrice: 0,
|
||||
outputPrice: 0,
|
||||
defaultToken: 500,
|
||||
maxToken: 3000,
|
||||
weight: 100
|
||||
|
Reference in New Issue
Block a user