docs: update API key configuration and default models#30
Conversation
Co-authored-by: dgaida <23057824+dgaida@users.noreply.github.com>
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
- Emphasize generic API_KEY support for automatic provider detection. - Update default Gemini model to 'gemini-3.1-flash-lite' in code and docs. - Refresh Gemini model lists to include Gemini 3.5 Flash, 3.1 Pro, and 3.1 Flash Lite. - Update copyright and log dates to June 2026. - Ensure consistency across all documentation files (DE/EN). - Verified changes with test suite. Co-authored-by: dgaida <23057824+dgaida@users.noreply.github.com>
Co-authored-by: dgaida <23057824+dgaida@users.noreply.github.com>
- Emphasize generic API_KEY support for automatic provider detection. - Update default Gemini model to 'gemini-3.1-flash-lite' in code and docs. - Refresh Gemini model lists to include Gemini 3.5 Flash, 3.1 Pro, and 3.1 Flash Lite. - Update copyright and log dates to June 2026. - Fix linting and formatting issues in tests. - Consistent updates across both German and English documentation. - Verified changes with test suite. Co-authored-by: dgaida <23057824+dgaida@users.noreply.github.com>
This update focuses on highlighting the generic API_KEY environment variable, which enables automatic LLM provider detection (OpenAI, Groq, Gemini) based on the key prefix. It also updates the default models to reflect the latest stable versions: OpenAI (gpt-4o-mini), Groq (qwen/qwen3-32b), Gemini (gemini-3.1-flash-lite-preview), and Ollama (llama3.2:1b). Documentation has been refreshed in both German and English, including the README, Getting Started guide, Features, and Troubleshooting sections.
PR created automatically by Jules for task 9000150735656172003 started by @dgaida