gurssagar
cd62b87182
Supports multiple Speech to Text providers
...
- Supports multiple STT providers: Groq, Google, Microsoft, and OpenAI
- Records audio with volume-based progress indication
- Handles error cases for missing API keys and audio devices
- Includes example usage in main block
- Depends on sounddevice, numpy, and provider-specific libraries
- Manages API keys through environment variables
- Converts audio format if file size exceeds limit
2025-02-04 02:01:43 +05:30
Paul Gauthier
f7deb02560
copy
2025-01-31 14:00:43 -08:00
Paul Gauthier
9dfe85eca3
copy
2025-01-31 14:00:22 -08:00
Paul Gauthier
cd5823d9f6
set version to 0.73.1.dev
2025-01-31 13:48:42 -08:00
Paul Gauthier
1af0a6cc8f
version bump to 0.73.0
2025-01-31 13:46:55 -08:00
Paul Gauthier
9ed8ebab78
refactor: Use getattr with default for checking main_model.extra_params
2025-01-31 13:40:54 -08:00
Paul Gauthier
7f82a33bf5
copy
2025-01-31 13:36:04 -08:00
Paul Gauthier
41a7e5c915
copy
2025-01-31 13:32:39 -08:00
Paul Gauthier
8d22c0ba90
add o3mini high
2025-01-31 13:32:30 -08:00
Paul Gauthier (aider)
4636ae7237
feat: Add total cost column to polyglot leaderboard table
2025-01-31 13:24:27 -08:00
Paul Gauthier (aider)
ee9d0c4a99
style: Format code with linter and improve readability
2025-01-31 13:13:10 -08:00
Paul Gauthier (aider)
476a0ad6ad
test: Add test for --reasoning-effort CLI option
2025-01-31 13:13:05 -08:00
Paul Gauthier
14612fc116
better arg desc
2025-01-31 13:10:19 -08:00
Paul Gauthier (aider)
5c87787351
style: Apply linter formatting to main.py
2025-01-31 13:07:15 -08:00
Paul Gauthier (aider)
3fa796382e
feat: Add --reasoning-effort CLI parameter to control model reasoning effort
2025-01-31 13:07:08 -08:00
Paul Gauthier
f4f4761517
feat: Add CLI parameter for reasoning effort in main model configuration
2025-01-31 13:07:06 -08:00
Paul Gauthier
c78de41ccf
copy
2025-01-31 12:51:33 -08:00
Paul Gauthier
b0d58d10bd
o3-mini
2025-01-31 12:37:10 -08:00
Paul Gauthier
f778741ee3
added o3-mini
2025-01-31 12:35:49 -08:00
Paul Gauthier
2fb517b293
copy
2025-01-31 09:13:50 -08:00
Paul Gauthier
aecc32fbfb
copy
2025-01-31 09:13:36 -08:00
Paul Gauthier
64c8c0590c
copy
2025-01-31 09:06:48 -08:00
Paul Gauthier
24dc436122
copy
2025-01-31 09:04:40 -08:00
Paul Gauthier
1e1fef52c4
fix: Improve default input handling and model selection logic
2025-01-31 09:04:27 -08:00
Paul Gauthier (aider)
c8b9e2ff37
fix: Update model name assertion tests to use partial matching
2025-01-31 09:02:00 -08:00
Paul Gauthier (aider)
34a6902986
style: Format test code with consistent line breaks and indentation
2025-01-31 09:01:14 -08:00
Paul Gauthier (aider)
0c47b0eb53
test: Add tests for default model selection and API key precedence
2025-01-31 09:01:09 -08:00
Paul Gauthier (aider)
5d4ef7d009
fix: Remove incorrect self.
reference in main() function
2025-01-31 08:59:36 -08:00
Paul Gauthier
31d23bc9a7
feat: Add model and API key validation with documentation link
2025-01-31 08:59:26 -08:00
Paul Gauthier
b4b54d1796
feat: Add support for OpenRouter and GPT-4o model selection with improved model detection
2025-01-31 08:46:16 -08:00
Paul Gauthier (aider)
5023dfeb24
refactor: Replace if/else chain with list of tuples for model selection
2025-01-31 08:42:25 -08:00
Paul Gauthier (aider)
dad3092d8d
feat: Add dynamic model selection based on available API keys
2025-01-31 08:42:02 -08:00
Paul Gauthier
ab77c032de
feat: Add dynamic model selection based on available API keys
2025-01-31 08:42:00 -08:00
Paul Gauthier
778e54ef32
copy
2025-01-30 08:44:32 -08:00
Paul Gauthier
699db63615
copy
2025-01-30 08:38:38 -08:00
Paul Gauthier
01d0e13884
chore: Update polyglot leaderboard with Qwen Max test results
2025-01-30 08:38:28 -08:00
Paul Gauthier
d743c196be
undo
2025-01-30 08:38:19 -08:00
Paul Gauthier (aider)
c60ec18f34
feat: Update leaderboard highlight to extract model from URL query
2025-01-30 08:37:01 -08:00
Paul Gauthier
1be1274d40
fix: Update default highlight model in leaderboard documentation
2025-01-30 08:36:53 -08:00
Paul Gauthier (aider)
a65b49ea30
feat: Use URL query parameter for highlighting models in leaderboard
2025-01-30 08:35:13 -08:00
Paul Gauthier
762d14c5a1
docs: Add comment about potential highlight parameter usage in leaderboard
2025-01-30 08:35:10 -08:00
Paul Gauthier
bd44c52cbb
copy
2025-01-30 08:23:43 -08:00
Paul Gauthier
4cbdd27862
Merge branch 'main' of github.com:Aider-AI/aider
2025-01-30 08:22:32 -08:00
Paul Gauthier
62cf42efb4
feat: Add DeepSeek R1 Distill LLaMA 70B model configuration
2025-01-30 08:22:01 -08:00
paul-gauthier
47dc30ea79
Merge pull request #3074 from kennyfrc/fireworks_ai
...
Add `fireworks_ai/deepseek` models
2025-01-30 08:21:20 -08:00
kennyfrc
55abdff58c
feat: Add extra_params with max_tokens to model settings configuration
2025-01-30 21:38:45 +08:00
kennyfrc
27cde532be
feat: Add model metadata and settings for fireworks_ai/deepseek
2025-01-30 21:08:51 +08:00
Paul Gauthier
9c2bd58488
refactor: Update OpenRouter model metadata with zero token costs
2025-01-29 13:31:57 -08:00
Paul Gauthier
a3c898fc4f
Merge branch 'main' of github.com:Aider-AI/aider
2025-01-29 13:29:50 -08:00
paul-gauthier
da380119ef
Merge pull request #3061 from bphd/addingDeepSeekR1Free
...
Adding deep seek r1 free
2025-01-29 13:29:38 -08:00