Paul Gauthier
|
041d679a54
|
refactor: Remove debug dump call in LiteLLMExceptions class
|
2025-02-06 09:53:53 -08:00 |
|
Paul Gauthier
|
46058c275c
|
refactor: Simplify exception handling and remove redundant validation in LiteLLMExceptions
|
2025-02-06 09:53:42 -08:00 |
|
Paul Gauthier (aider)
|
f9eb4ffee2
|
style: Remove trailing whitespace in exceptions.py
|
2025-02-06 09:51:38 -08:00 |
|
Paul Gauthier (aider)
|
419952f33b
|
refactor: Convert exception_names to dict mapping names to ExInfo
|
2025-02-06 09:51:33 -08:00 |
|
Paul Gauthier
|
af8bdcd9e0
|
refactor: Simplify exception validation logic in LiteLLMExceptions
|
2025-02-06 09:51:31 -08:00 |
|
Paul Gauthier (aider)
|
54122af9d7
|
style: Reorder imports in exceptions.py
|
2025-02-06 09:49:44 -08:00 |
|
Paul Gauthier (aider)
|
5e4852bd32
|
refactor: Optimize exception lookup using a set in LiteLLMExceptions
|
2025-02-06 09:49:40 -08:00 |
|
Paul Gauthier
|
3714f9fdbd
|
refactor: Add dump import and debug output in LiteLLMExceptions
|
2025-02-06 09:49:37 -08:00 |
|
Paul Gauthier
|
7ff0b4c6b9
|
copy
|
2025-02-06 08:52:50 -08:00 |
|
Paul Gauthier (aider)
|
b5d17b99df
|
style: Format code and fix whitespace issues
|
2025-02-06 08:43:11 -08:00 |
|
Paul Gauthier (aider)
|
5c9746e209
|
refactor: Split watch_files() into testable components and add tests
|
2025-02-06 08:43:04 -08:00 |
|
Paul Gauthier
|
d7de908c66
|
copy
|
2025-02-06 08:13:46 -08:00 |
|
Paul Gauthier
|
a3985ac94c
|
copy
|
2025-02-06 08:07:05 -08:00 |
|
Paul Gauthier
|
b48f26020a
|
Merge branch 'main' of github.com:Aider-AI/aider
|
2025-02-06 07:52:43 -08:00 |
|
Paul Gauthier
|
630d3679b5
|
copy
|
2025-02-06 07:51:08 -08:00 |
|
Paul Gauthier
|
78c89eb29b
|
refactor: Expand valid responses and options for user prompts
|
2025-02-06 07:50:47 -08:00 |
|
Paul Gauthier
|
7fe4996bbe
|
add gemini/gemini-2.0-flash
|
2025-02-06 07:50:39 -08:00 |
|
Dayyan Smith
|
d0d8ff8313
|
Fix typo
|
2025-02-06 10:27:06 +01:00 |
|
Paul Gauthier
|
2265456bda
|
copy
|
2025-02-05 13:45:32 -08:00 |
|
Paul Gauthier
|
b0f1cde33f
|
copy
|
2025-02-05 13:02:26 -08:00 |
|
Paul Gauthier
|
cdd150be42
|
cleanup
|
2025-02-05 13:02:16 -08:00 |
|
Paul Gauthier (aider)
|
0d24d75d8f
|
style: Format code with linter for improved readability
|
2025-02-05 13:01:04 -08:00 |
|
Paul Gauthier (aider)
|
5c866c67b5
|
fix: Handle summarizer failure gracefully with fallback and warning
|
2025-02-05 13:00:57 -08:00 |
|
Paul Gauthier
|
b49fea87ab
|
quad_backtick_reminder
|
2025-02-05 12:59:15 -08:00 |
|
Paul Gauthier
|
0dde77009e
|
re-enabled quad-backticks, but allow triple-backticks as fences when searching for filenames #2879
|
2025-02-05 12:50:02 -08:00 |
|
Paul Gauthier
|
3e71c35fdd
|
stop using quad-backticks: LLMs ignore and revert to triple-backtick, causing #2879
|
2025-02-05 12:42:19 -08:00 |
|
Paul Gauthier
|
10f1fc5e92
|
Merge branch 'main' of github.com:Aider-AI/aider
|
2025-02-04 17:04:01 -08:00 |
|
Paul Gauthier
|
8fbad757bf
|
copy
|
2025-02-04 16:34:21 -08:00 |
|
Paul Gauthier (aider)
|
c1627612cf
|
refactor: Move LOCAL_MODEL_METADATA to ModelInfoManager as an instance attribute
|
2025-02-04 16:28:10 -08:00 |
|
Paul Gauthier
|
b5cfceeed6
|
refactor: Rename LITELLM_MODEL_DEFS to LOCAL_MODEL_METADATA for clarity
|
2025-02-04 16:21:56 -08:00 |
|
Paul Gauthier
|
7fe7dd743c
|
refactor: Remove debug logging and simplify model data retrieval
|
2025-02-04 16:13:28 -08:00 |
|
Paul Gauthier
|
3e36f27987
|
feat: Add Fireworks AI API key support to model configuration
|
2025-02-04 16:12:02 -08:00 |
|
Paul Gauthier (aider)
|
b9f4f3f71c
|
style: Apply linter formatting to models.py
|
2025-02-04 16:10:56 -08:00 |
|
Paul Gauthier (aider)
|
ff1230c3ae
|
feat: Add API key mappings for various model providers
|
2025-02-04 16:10:51 -08:00 |
|
Paul Gauthier
|
e71ec574e1
|
refactor: Improve model environment key validation and detection
|
2025-02-04 16:10:49 -08:00 |
|
Paul Gauthier
|
c2e716ec4a
|
refactor: Change LITELLM_MODEL_DEFS from list to dict for efficient model registration
|
2025-02-04 16:00:20 -08:00 |
|
Paul Gauthier (aider)
|
5ad8bb1830
|
refactor: Defer litellm registration to improve loading performance
|
2025-02-04 15:56:18 -08:00 |
|
Ari Roffe
|
be620bd437
|
Update adv-model-settings.md
|
2025-02-04 16:09:11 -06:00 |
|
Paul Gauthier
|
44365651a6
|
copy
|
2025-02-04 14:03:00 -08:00 |
|
Paul Gauthier
|
7b557c0586
|
refactor: Change default temperature to None and remove debug dump
|
2025-02-04 14:00:25 -08:00 |
|
Paul Gauthier (aider)
|
495a27c0a7
|
refactor: Make use_temperature support both bool and float types
|
2025-02-04 13:58:54 -08:00 |
|
Paul Gauthier
|
e07fddb20b
|
refactor: Update temperature handling in Model class
|
2025-02-04 13:58:53 -08:00 |
|
Paul Gauthier
|
56eb1d106f
|
default to remove_reasoning:think for any unknown r1 model
|
2025-02-04 13:51:05 -08:00 |
|
Paul Gauthier (aider)
|
c8b6d61ae2
|
fix: Add missing 're' import for regex operations
|
2025-02-04 13:37:50 -08:00 |
|
Paul Gauthier
|
47e91e943c
|
refactor: Modify response content handling and reasoning removal logic
|
2025-02-04 13:37:43 -08:00 |
|
Paul Gauthier
|
4f8c52f09e
|
copy
|
2025-02-04 13:23:05 -08:00 |
|
Paul Gauthier
|
f20b32b01b
|
refactor: Remove debug dump statement from file watcher
|
2025-02-04 13:14:45 -08:00 |
|
Paul Gauthier (aider)
|
37cbb5ed01
|
style: Format code to comply with linter standards
|
2025-02-04 13:14:27 -08:00 |
|
Paul Gauthier (aider)
|
289e13cb46
|
fix: Convert paths to POSIX format for .gitignore matching on Windows
|
2025-02-04 13:14:23 -08:00 |
|
Paul Gauthier (aider)
|
fb03c4c311
|
style: Run linter and format code in FileWatcher class
|
2025-02-04 13:12:13 -08:00 |
|