mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-19 14:41:24 +08:00
* build: replace openai package with @cherrystudio/openai Update all imports from 'openai' to '@cherrystudio/openai' and remove the yarn patch * refactor(OpenAIResponseAPIClient): simplify token estimation logic for function call output Consolidate token estimation by first concatenating all output parts into a single string before counting tokens. This improves maintainability and handles additional output types consistently. |
||
|---|---|---|
| .. | ||
| __tests__ | ||
| after-pack.js | ||
| artifact-build-completed.js | ||
| auto-translate-i18n.ts | ||
| before-pack.js | ||
| check-custom-exts.ts | ||
| check-i18n.ts | ||
| cloudflare-worker.js | ||
| notarize.js | ||
| sort.ts | ||
| sync-i18n.ts | ||
| update-i18n.ts | ||
| update-languages.ts | ||
| utils.js | ||
| version.js | ||
| win-sign.js | ||