perf: response store

This commit is contained in:
archer
2023-07-23 21:04:57 +08:00
parent ba965320d5
commit 1ffe1be562
20 changed files with 227 additions and 145 deletions

View File

@@ -23,7 +23,7 @@
"model": "gpt-3.5-turbo",
"name": "FastAI-4k",
"contextMaxToken": 4000,
"systemMaxToken": 2400,
"quoteMaxToken": 2000,
"maxTemperature": 1.2,
"price": 1.5
},
@@ -31,7 +31,7 @@
"model": "gpt-3.5-turbo-16k",
"name": "FastAI-16k",
"contextMaxToken": 16000,
"systemMaxToken": 8000,
"quoteMaxToken": 8000,
"maxTemperature": 1.2,
"price": 3
},
@@ -39,7 +39,7 @@
"model": "gpt-4",
"name": "FastAI-Plus",
"contextMaxToken": 8000,
"systemMaxToken": 4000,
"quoteMaxToken": 4000,
"maxTemperature": 1.2,
"price": 45
}