Commit Graph

2 Commits

Author SHA1 Message Date
ChaoLiu 07fe11a3f9 feat: remove API key requirement for local AI services
- Make API key optional for local services like Ollama
- Update validation logic to support key-less configurations
- Update UI descriptions and localization for optional API key

Signed-off-by: ChaoLiu <chaoliu719@gmail.com>
2025-08-22 10:05:40 +08:00
Chao Liu 070598cbd3 feat: implement AI client with OpenAI integration
- Add plugin/ai/client.go with OpenAI API wrapper
- Add comprehensive test suite for AI client functionality

Signed-off-by: Chao Liu <chaoliu719@gmail.com>
2025-08-22 10:05:40 +08:00