|
672 | 672 | "apiKeyPlaceholder": "Enter API Key", |
673 | 673 | "baseUrl": "Base URL", |
674 | 674 | "baseUrlPlaceholder": "Enter custom Base URL", |
675 | | - "baseUrlHint": "For the OpenAI Compatible protocol, enter the API endpoint of services like DeepSeek or Ollama here.", |
676 | 675 | "prompt": "Prompt", |
677 | 676 | "promptPlaceholder": "Enter custom prompt", |
678 | 677 | "promptHint": "The custom prompt only applies to the recent summary; it is not used in chat conversations.", |
679 | 678 | "multimodal": "Multimodal support", |
680 | 679 | "multimodalHint": "When enabled, images from retrieved Echos are sent to the model so it can understand them (requires a vision-capable model).", |
681 | 680 | "contextWindow": "Context window", |
682 | 681 | "contextWindowPlaceholder": "e.g. 256k, 1m — empty defaults to 256k", |
683 | | - "contextWindowHint": "Budget for aggregating Echos by date range in year-end / monthly summaries: a larger window favors reading everything at once, a smaller one switches to month-by-month layered summarization sooner. Accepts k / m units (256k = 256000, 1m = 1000000); empty is treated as 256k." |
| 682 | + "contextWindowHint": "A larger window favors reading everything at once; a smaller one switches to layered summarization sooner. Accepts k / m units (256k = 256000, 1m = 1000000); empty is treated as 256k." |
684 | 683 | }, |
685 | 684 | "webhookSetting": { |
686 | 685 | "title": "Webhook", |
|
1004 | 1003 | "apiKeyPlaceholder": "Enter API Key (leave empty for local services)", |
1005 | 1004 | "baseUrl": "Custom API URL", |
1006 | 1005 | "baseUrlPlaceholder": "https://api.openai.com/v1", |
| 1006 | + "baseUrlHint": "Enter the service's API root URL; /embeddings is appended automatically — don't add it yourself.", |
1007 | 1007 | "reindex": "Rebuild index", |
1008 | 1008 | "reindexHint": "Regenerate vectors for all past echos. Run once after changing model or dimension.", |
1009 | 1009 | "reindexAction": "Start rebuild", |
|
0 commit comments