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 |
|
paul-gauthier
|
751e78baa9
|
Merge pull request #3137 from aroffe99/patch-1
|
2025-02-04 14:12:30 -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 |
|
Paul Gauthier (aider)
|
a65aecaf74
|
fix: Append trailing slash for directory paths in roots_to_watch filtering
|
2025-02-04 13:12:10 -08:00 |
|
Paul Gauthier
|
da9ba0a26a
|
refactor: Update dump to filter roots_to_watch for tmp.benchmarks
|
2025-02-04 13:12:09 -08:00 |
|
Paul Gauthier (aider)
|
8440e881c0
|
fix: Use relative path for matching files against .gitignore patterns
|
2025-02-04 13:10:45 -08:00 |
|
Paul Gauthier
|
85fa8a4761
|
feat: Add debug statement to log presence of 'tmp.benchmarks' in roots_to_watch
|
2025-02-04 13:10:43 -08:00 |
|
Paul Gauthier (aider)
|
5c8c78ca69
|
style: Format code with linter adjustments for readability
|
2025-02-04 13:03:32 -08:00 |
|
Paul Gauthier (aider)
|
e9097c3b29
|
feat: Filter top-level directories based on .gitignore in file watcher
|
2025-02-04 13:03:29 -08:00 |
|
Paul Gauthier (aider)
|
d53ee24741
|
build: Add boto3 to Dockerfile pip install commands
|
2025-02-04 12:52:05 -08:00 |
|
Paul Gauthier
|
6517cb15ef
|
copy
|
2025-02-04 12:47:33 -08:00 |
|
Paul Gauthier (aider)
|
7b78f92feb
|
refactor: Remove unused proceed variable in check_tokens method
|
2025-02-04 12:45:59 -08:00 |
|
Paul Gauthier
|
0af6dc3838
|
refactor: Simplify context window handling and remove Ollama-specific warnings
|
2025-02-04 12:45:44 -08:00 |
|
Paul Gauthier (aider)
|
e313a2ea45
|
feat: Update kwargs to include num_ctx for ollama if not set
|
2025-02-04 12:31:48 -08:00 |
|
Paul Gauthier
|
f21ef30482
|
feat: Add methods to identify deepseek and ollama models
|
2025-02-04 12:31:10 -08:00 |
|
Paul Gauthier (aider)
|
606fce65ab
|
test: Fix assertion errors in commit message tests for mock calls
|
2025-02-04 12:22:09 -08:00 |
|
Paul Gauthier (aider)
|
b4084484ff
|
fix: Update test patches to mock simple_send_with_retries correctly
|
2025-02-04 12:20:13 -08:00 |
|
Paul Gauthier (aider)
|
80062908d9
|
test: Fix mocking setup for simple_send_with_retries in tests
|
2025-02-04 12:17:45 -08:00 |
|
Paul Gauthier (aider)
|
af8f7e95b0
|
test: Mock simple_send_with_retries method in test setup
|
2025-02-04 12:11:43 -08:00 |
|
Paul Gauthier (aider)
|
9553478384
|
test: Fix patch target for simple_send_with_retries in tests
|
2025-02-04 12:06:59 -08:00 |
|
Paul Gauthier (aider)
|
535b3ce286
|
refactor: Update calls to simple_send_with_retries to use model method
|
2025-02-04 12:04:25 -08:00 |
|
Paul Gauthier (aider)
|
cfe9c86edd
|
fix: Remove unused import from test_sendchat.py
|
2025-02-04 12:03:10 -08:00 |
|
Paul Gauthier (aider)
|
ee66044425
|
refactor: Update send_completion calls to use model method syntax
|
2025-02-04 12:02:38 -08:00 |
|
Paul Gauthier
|
30d56e1af0
|
refactor: Simplify model completion parameters and remove extra configuration
|
2025-02-04 11:50:42 -08:00 |
|
Paul Gauthier (aider)
|
354630770b
|
style: Run linter and fix import formatting in base_coder.py and models.py
|
2025-02-04 11:45:49 -08:00 |
|
Paul Gauthier (aider)
|
74da63e3ca
|
refactor: Move RETRY_TIMEOUT constant to models.py
|
2025-02-04 11:45:40 -08:00 |
|
Paul Gauthier
|
faa438bc51
|
refactor: Simplify send_completion method by removing extra_params argument
|
2025-02-04 11:45:39 -08:00 |
|
Paul Gauthier (aider)
|
6de6fb1932
|
chore: Run linter and fix import order in base_coder.py
|
2025-02-04 11:45:09 -08:00 |
|
Paul Gauthier (aider)
|
6a8acefa30
|
fix: Import RETRY_TIMEOUT to resolve undefined name error
|
2025-02-04 11:45:05 -08:00 |
|
Paul Gauthier
|
ddec8325e7
|
fix: Simplify temperature handling in model completion call
|
2025-02-04 11:45:04 -08:00 |
|
Paul Gauthier (aider)
|
b1852526f5
|
style: Run linter and format import statements in models.py
|
2025-02-04 11:38:30 -08:00 |
|
Paul Gauthier (aider)
|
20aaf58ee9
|
refactor: Move aider.sendchat imports to the top of the file
|
2025-02-04 11:38:26 -08:00 |
|
Paul Gauthier (aider)
|
b3db597c4b
|
fix: Remove unused import of simple_send_with_retries in history.py
|
2025-02-04 11:37:15 -08:00 |
|
Paul Gauthier (aider)
|
d302f228f9
|
fix: Update method call to use model's simple_send_with_retries
|
2025-02-04 11:37:01 -08:00 |
|
Paul Gauthier (aider)
|
74d5e2b0c1
|
style: Run linter and fix formatting issues in repo.py
|
2025-02-04 11:36:16 -08:00 |
|