ChatGPT-Next-Web/app/client
AC 04cbadb197 Enhance API and Chat Actions with Improved Provider Handling
- Added logging to `getClientApi` for better debugging of provider input and standardized provider names.
- Updated `ChatActions` to handle lowercase provider IDs, converting them to TitleCase for consistency with the ServiceProvider enum.
- Implemented defaulting to OpenAI when provider ID is missing and added relevant logging for session updates.
- Enhanced logging in `useChatStore` to track API call preparations and provider configurations.
2025-04-06 17:03:18 +08:00
..
platforms feat(bedrock): Integrate AWS Bedrock as a new LLM provider 2025-04-06 00:46:35 +08:00
api.ts Enhance API and Chat Actions with Improved Provider Handling 2025-04-06 17:03:18 +08:00
controller.ts feat: add multi-model support 2023-10-30 02:07:11 +08:00