Files
managing-apps/src/Managing.Api
cryptooda 6f55566db3 Implement LLM provider configuration and update user settings
- Added functionality to update the default LLM provider for users via a new endpoint in UserController.
- Introduced LlmProvider enum to manage available LLM options: Auto, Gemini, OpenAI, and Claude.
- Updated User and UserEntity models to include DefaultLlmProvider property.
- Enhanced database context and migrations to support the new LLM provider configuration.
- Integrated LLM services into the application bootstrap for dependency injection.
- Updated TypeScript API client to include methods for managing LLM providers and chat requests.
2026-01-03 21:55:55 +07:00
..
2024-05-03 16:39:25 +05:00
2025-12-31 01:31:54 +07:00
2025-08-05 22:39:44 +07:00
2025-12-31 01:31:54 +07:00
2025-04-22 20:49:02 +02:00
2025-04-22 20:49:02 +02:00
2025-08-16 06:06:02 +07:00