
- Added Gemini AI model integration with automatic model list fetching - Updated configuration system to support Gemini API settings - Enhanced SettingsDialog with Gemini model selection options - Updated dependencies in package.json for Gemini support - Improved provider configuration in index.ts for better model management - Added Gemini API key field in sample configuration template - Updated route configuration for Gemini support
14 lines
196 B
TOML
14 lines
196 B
TOML
[API_KEYS]
|
|
OPENAI = ""
|
|
GROQ = ""
|
|
ANTHROPIC = ""
|
|
GEMINI = ""
|
|
|
|
[API_ENDPOINTS]
|
|
OLLAMA = ""
|
|
SEARXNG = "http://localhost:32768"
|
|
|
|
[GENERAL]
|
|
PORT = 3_001
|
|
SIMILARITY_MEASURE = "cosine"
|
|
KEEP_ALIVE = "5m"
|