feat: update to latest AI models and simplify README
- Update AI models to latest versions: - Gemini: gemini-2.5-flash - OpenAI: gpt-5 - Groq: groq/compound - Drastically simplify README (90% shorter) - Focus on quick start and essential commands - Update version to 0.6.2
This commit is contained in:
+4
-4
@@ -43,9 +43,9 @@ g h --detailed --limit 10 # Detailed view
|
||||
|
||||
## Default AI Models
|
||||
|
||||
- **Gemini**: `gemini-2.0-flash-exp` (Fast, free, recommended)
|
||||
- **OpenAI**: `gpt-4o-mini` (Cost-effective, high quality)
|
||||
- **Groq**: `llama-3.1-8b-instant` (Ultra-fast inference)
|
||||
- **Gemini**: `gemini-2.5-flash` (Fast, free, recommended)
|
||||
- **OpenAI**: `gpt-5` (Latest GPT model)
|
||||
- **Groq**: `groq/compound` (Ultra-fast inference)
|
||||
|
||||
## Pro Tips
|
||||
|
||||
@@ -70,5 +70,5 @@ g config --set provider=gemini # Set AI provider
|
||||
|
||||
```bash
|
||||
g --help # All commands
|
||||
g <command> --help # Command-specific help
|
||||
g q # This quick reference
|
||||
```
|
||||
Reference in New Issue
Block a user