feat: 发布 0.2.5

This commit is contained in:
hzm
2026-03-13 11:01:11 +08:00
parent 631336097f
commit 7c332cb89d
4 changed files with 13 additions and 15 deletions

View File

@@ -712,7 +712,7 @@ export const fetchFundHistory = async (code, range = '1m') => {
};
export const parseFundTextWithLLM = async (text) => {
const apiKey = 'sk-a72c4e279bc62a03cc105be6263d464c';
const apiKey = 'sk-5b03d4e02ec22dd2ba233fb6d2dd549b';
if (!apiKey || !text) return null;
try {