fix: correct apiKey URL in provider configuration

This commit is contained in:
kangfenmao 2025-03-18 18:00:47 +08:00
parent b3fbe35efe
commit 889331005e

View File

@ -354,7 +354,7 @@ export const PROVIDER_CONFIG = {
}, },
websites: { websites: {
official: 'https://www.alayanew.com/backend/register?id=cherrystudio', official: 'https://www.alayanew.com/backend/register?id=cherrystudio',
apiKey: 'https://www.alayanew.com/access?id=cherrystudio', apiKey: ' https://www.alayanew.com/backend/register?id=cherrystudio',
docs: 'https://docs.alayanew.com/docs/modelService/interview?utm_source=cherrystudio', docs: 'https://docs.alayanew.com/docs/modelService/interview?utm_source=cherrystudio',
models: 'https://www.alayanew.com/product/deepseek?id=cherrystudio' models: 'https://www.alayanew.com/product/deepseek?id=cherrystudio'
} }