mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2026-01-14 06:07:23 +08:00
Previously, JSON-type custom parameters were incorrectly parsed and stored as objects in the UI layer, causing API requests to fail when getCustomParameters() attempted to JSON.parse() an already-parsed object. Changes: - AssistantModelSettings.tsx: Remove JSON.parse() in onChange handler, store as string - reasoning.ts: Add comments explaining JSON parsing flow - BaseApiClient.ts: Add comments for legacy API clients |
||
|---|---|---|
| .. | ||
| main | ||
| preload | ||
| renderer | ||