mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-24 22:03:54 +00:00
perf: bill
This commit is contained in:
26
client/data/ChatModels.json
Normal file
26
client/data/ChatModels.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"Gpt35-4k": {
|
||||
"model": "gpt-3.5-turbo",
|
||||
"name": "Gpt35-4k",
|
||||
"contextMaxToken": 4000,
|
||||
"systemMaxToken": 2400,
|
||||
"maxTemperature": 1.2,
|
||||
"price": 1.5
|
||||
},
|
||||
"Gpt35-16k": {
|
||||
"model": "gpt-3.5-turbo-16k",
|
||||
"name": "Gpt35-16k",
|
||||
"contextMaxToken": 16000,
|
||||
"systemMaxToken": 8000,
|
||||
"maxTemperature": 1.2,
|
||||
"price": 3
|
||||
},
|
||||
"Gpt4": {
|
||||
"model": "gpt-4",
|
||||
"name": "Gpt4",
|
||||
"contextMaxToken": 8000,
|
||||
"systemMaxToken": 4000,
|
||||
"maxTemperature": 1.2,
|
||||
"price": 45
|
||||
}
|
||||
}
|
8
client/data/QAModels.json
Normal file
8
client/data/QAModels.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"Gpt35-16k": {
|
||||
"model": "gpt-3.5-turbo-16k",
|
||||
"name": "Gpt35-16k",
|
||||
"maxToken": 16000,
|
||||
"price": 3
|
||||
}
|
||||
}
|
6
client/data/SystemParams.json
Normal file
6
client/data/SystemParams.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"vectorMaxProcess": 10,
|
||||
"qaMaxProcess": 10,
|
||||
"pgIvfflatProbe": 10,
|
||||
"sensitiveCheck": false
|
||||
}
|
7
client/data/VectorModels.json
Normal file
7
client/data/VectorModels.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"text-embedding-ada-002": {
|
||||
"model": "text-embedding-ada-002",
|
||||
"name": "Embedding-2",
|
||||
"price": 0.2
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user