mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-30 02:12:38 +00:00
fix: default vector
This commit is contained in:
@@ -76,11 +76,13 @@ const defaultQAModel = {
|
||||
price: 0
|
||||
};
|
||||
|
||||
const defaultVectorModels = [
|
||||
const defaultVectorModels: VectorModelItemType[] = [
|
||||
{
|
||||
model: 'text-embedding-ada-002',
|
||||
name: 'Embedding-2',
|
||||
price: 0
|
||||
price: 0,
|
||||
defaultToken: 500,
|
||||
maxToken: 3000
|
||||
}
|
||||
];
|
||||
|
||||
|
Reference in New Issue
Block a user