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 |
|
Paul Gauthier (aider)
|
dd42d24d8a
|
fix: Remove unused import of simple_send_with_retries in repo.py
|
2025-02-04 11:36:13 -08:00 |
|
Paul Gauthier (aider)
|
5692fb32cd
|
fix: Remove unused imports from repo.py and base_coder.py
|
2025-02-04 11:35:58 -08:00 |
|
Paul Gauthier (aider)
|
dbf80d564b
|
refactor: Update method calls to use model's instance methods
|
2025-02-04 11:35:35 -08:00 |
|
Paul Gauthier (aider)
|
72b82a8d19
|
style: Run linter and fix whitespace issues in models.py and sendchat.py
|
2025-02-04 11:34:45 -08:00 |
|
Paul Gauthier (aider)
|
c3beaedaa6
|
chore: remove CACHE logic from sendchat and models files
|
2025-02-04 11:34:38 -08:00 |
|
Paul Gauthier (aider)
|
db694b20df
|
style: Run linter and fix import order in models.py and sendchat.py
|
2025-02-04 11:33:49 -08:00 |
|
Paul Gauthier (aider)
|
34227ce738
|
fix: Remove unused imports from sendchat.py and add hashlib import in models.py
|
2025-02-04 11:33:43 -08:00 |
|
Paul Gauthier (aider)
|
24b1360eb8
|
style: Run linter and fix whitespace issues in models.py and sendchat.py
|
2025-02-04 11:33:05 -08:00 |
|
Paul Gauthier (aider)
|
60aff26d94
|
refactor: Move send_completion and simple_send_with_retries to Model class
|
2025-02-04 11:32:58 -08:00 |
|
Paul Gauthier
|
144bdf7dc7
|
cleanup
|
2025-02-04 11:28:40 -08:00 |
|
Paul Gauthier (aider)
|
8db4bb298e
|
style: Apply linter fixes to models.py
|
2025-02-04 11:25:09 -08:00 |
|
Paul Gauthier (aider)
|
028477f34d
|
refactor: Prevent overwriting existing num_ctx for Ollama models
|
2025-02-04 11:25:04 -08:00 |
|
Paul Gauthier
|
6725c9e3cd
|
feat: Add Ollama model context size configuration in model settings
|
2025-02-04 11:25:02 -08:00 |
|
paul-gauthier
|
a14dee5b8d
|
Merge pull request #3136 from szepeviktor/typos
Correct a typo
|
2025-02-04 11:02:35 -08:00 |
|
Paul Gauthier
|
2f8a1fc58f
|
copy
|
2025-02-04 10:59:14 -08:00 |
|
Viktor Szépe
|
f250c4310e
|
Correct a typo
|
2025-02-04 18:57:42 +00:00 |
|
Paul Gauthier
|
ad46e8a5e0
|
feat: Add model-specific configuration settings for various AI models
|
2025-02-04 10:44:50 -08:00 |
|
Paul Gauthier
|
1e7031e5f4
|
copy
|
2025-02-04 09:50:25 -08:00 |
|
Paul Gauthier
|
8c736e979d
|
copy
|
2025-02-04 09:48:40 -08:00 |
|
Paul Gauthier
|
335742a023
|
copy
|
2025-02-04 09:46:26 -08:00 |
|
Paul Gauthier
|
384ff3484c
|
copy
|
2025-02-04 09:33:56 -08:00 |
|
Paul Gauthier (aider)
|
e17c29c258
|
style: Fix linter warnings in main.py
|
2025-02-04 08:04:23 -08:00 |
|
Paul Gauthier (aider)
|
e7d979ca74
|
feat: Conditionally add .env to .gitignore based on file existence
|
2025-02-04 08:04:17 -08:00 |
|
Paul Gauthier
|
bc2f38c790
|
refactor: Simplify gitignore check and error handling logic
|
2025-02-04 08:04:16 -08:00 |
|
Paul Gauthier (aider)
|
88ee089d86
|
style: Apply linter formatting to main.py
|
2025-02-04 07:59:32 -08:00 |
|