mirror of
https://github.com/andy-stack/vaultkeeper-ai.git
synced 2026-07-22 16:30:27 +00:00
Replace simple API provider selection with comprehensive model dropdown organized by provider (Claude, OpenAI, Gemini). Update settings schema from `apiProvider` to `model`, add AIProvider.fromModel() helper, simplify provider URLs, and fix indentation inconsistencies throughout codebase. |
||
|---|---|---|
| .. | ||
| Claude | ||
| FunctionDefinitions | ||
| Gemini | ||
| OpenAI | ||
| AIFunctionCall.ts | ||
| IAIClass.ts | ||
| IConversationNamingService.ts | ||
| IPrompt.ts | ||
| ITokenService.ts | ||
| NamePrompt.ts | ||
| SystemPrompt.ts | ||