mirror of
https://git.openapi.site/https://github.com/desirecore/config-center.git
synced 2026-06-06 08:10:57 +08:00
chore: update field audit tables and provider configs
Batch update from official docs audit - price corrections, context window fixes, field report updates across all providers. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -27,8 +27,8 @@
|
||||
],
|
||||
"inputPrice": 8,
|
||||
"outputPrice": 16,
|
||||
"defaultTemperature": 1,
|
||||
"defaultTopP": 1,
|
||||
"defaultTemperature": null,
|
||||
"defaultTopP": 0.7,
|
||||
"extra": {}
|
||||
},
|
||||
{
|
||||
@@ -48,8 +48,8 @@
|
||||
],
|
||||
"inputPrice": 2.5,
|
||||
"outputPrice": 10,
|
||||
"defaultTemperature": 1,
|
||||
"defaultTopP": 1,
|
||||
"defaultTemperature": null,
|
||||
"defaultTopP": 0.7,
|
||||
"extra": {}
|
||||
},
|
||||
{
|
||||
@@ -65,7 +65,8 @@
|
||||
],
|
||||
"inputPrice": 0,
|
||||
"outputPrice": 0,
|
||||
"defaultTemperature": 1,
|
||||
"defaultTemperature": null,
|
||||
"defaultTopP": null,
|
||||
"extra": {}
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user