test(runtime): wire new pricing importers into pipeline smoke and catalog mapping
This commit is contained in:
@@ -30,11 +30,11 @@ func parse360PricingCatalog(raw string) ([]officialPricingRecord, error) {
|
||||
ProviderNameCn: providerNameCn,
|
||||
ProviderCountry: providerCountry,
|
||||
ProviderWebsite: providerWebsite,
|
||||
OperatorName: "360 Open Platform",
|
||||
OperatorName: "360 ZhiNao",
|
||||
OperatorNameCn: "360 智脑开放平台",
|
||||
OperatorCountry: "CN",
|
||||
OperatorWebsite: "https://ai.360.com",
|
||||
OperatorType: "relay",
|
||||
OperatorWebsite: default360PricingURL,
|
||||
OperatorType: "official",
|
||||
Region: "CN",
|
||||
Currency: "CNY",
|
||||
InputPrice: mustParseSubscriptionPrice(match[3]),
|
||||
@@ -43,7 +43,7 @@ func parse360PricingCatalog(raw string) ([]officialPricingRecord, error) {
|
||||
SourceURL: default360PricingURL,
|
||||
ModelSourceURL: default360PricingURL,
|
||||
DateConfidence: "unknown",
|
||||
DateSourceKind: "official_product_page",
|
||||
DateSourceKind: "official_pricing",
|
||||
Modality: detectModality(modelName),
|
||||
}
|
||||
record.IsFree = record.InputPrice == 0 && record.OutputPrice == 0
|
||||
|
||||
Reference in New Issue
Block a user