Paul Gauthier (aider)
|
f49733d1d2
|
feat: Add remove_reasoning setting to ModelSettings
|
2025-01-28 10:04:12 -08:00 |
|
Paul Gauthier (aider)
|
a3726d72f5
|
fix: Update DeepSeek model name from v3 to chat in documentation
|
2025-01-28 09:58:50 -08:00 |
|
Paul Gauthier (aider)
|
fe89ae13af
|
docs: Add API key configuration methods for OpenRouter
|
2025-01-28 09:58:21 -08:00 |
|
Paul Gauthier (aider)
|
6b90cd1277
|
feat: Add Fireworks configuration example and provider adaptation guidance
|
2025-01-28 09:54:27 -08:00 |
|
Paul Gauthier (aider)
|
ce64ec5397
|
docs: Add documentation for configuring model settings and provider selection
|
2025-01-28 09:53:51 -08:00 |
|
Paul Gauthier (aider)
|
bf6ca2dc78
|
docs: Update article to address DeepSeek API reliability issues and provide alternatives
|
2025-01-28 09:52:20 -08:00 |
|
Paul Gauthier (aider)
|
204c68d475
|
feat: Add blog post template for DeepSeek V3 polyglot benchmark results
|
2025-01-28 09:51:26 -08:00 |
|
Paul Gauthier
|
5a7e59d833
|
docs: Add blog post about DeepSeek model downtime
|
2025-01-28 09:51:24 -08:00 |
|
Paul Gauthier (aider)
|
0336a982ff
|
feat: Add model settings loading and registration to benchmark script
|
2025-01-28 09:39:39 -08:00 |
|
Paul Gauthier (aider)
|
aa18b63c16
|
refactor: Simplify model settings loading in benchmark script
|
2025-01-28 09:38:57 -08:00 |
|
Paul Gauthier (aider)
|
3f890551e7
|
fix: Add missing read_model_settings parameter to run_test_real function
|
2025-01-28 09:33:14 -08:00 |
|
Paul Gauthier (aider)
|
823127c87e
|
style: Apply linter formatting to benchmark.py
|
2025-01-28 09:32:55 -08:00 |
|
Paul Gauthier (aider)
|
cf2c9c6dc7
|
feat: Add --read-model-settings option to benchmark for loading model settings
|
2025-01-28 09:32:46 -08:00 |
|
Paul Gauthier
|
9b63b90ec4
|
refactor: Remove unnecessary blank line in benchmark.py
|
2025-01-28 09:32:35 -08:00 |
|
Paul Gauthier
|
a0ba140895
|
copy
|
2025-01-28 09:27:40 -08:00 |
|
Andrea Bergamasco
|
588f2502ec
|
Update deepseek.md
Added API key instructions
|
2025-01-28 12:08:55 +01:00 |
|
Paul Gauthier
|
ae7d4592e1
|
copy
|
2025-01-27 18:29:52 -08:00 |
|
Paul Gauthier
|
24c7d145ea
|
copy
|
2025-01-27 17:01:59 -08:00 |
|
Paul Gauthier
|
f1e7d68415
|
copy
|
2025-01-27 17:01:44 -08:00 |
|
Paul Gauthier
|
91f1528149
|
copy
|
2025-01-27 16:47:14 -08:00 |
|
Paul Gauthier (aider)
|
4f19f89d4c
|
docs: Add link to advanced model settings in OpenRouter documentation
|
2025-01-27 16:46:03 -08:00 |
|
Paul Gauthier (aider)
|
60b8bccd37
|
feat: Add documentation for controlling OpenRouter provider selection in model settings
|
2025-01-27 16:45:00 -08:00 |
|
Paul Gauthier
|
674dcba53c
|
copy
|
2025-01-27 09:29:49 -08:00 |
|
Paul Gauthier
|
3dec9e531f
|
refactor: improve context window size handling for Ollama models
|
2025-01-26 19:09:27 -08:00 |
|
Paul Gauthier
|
980197cb05
|
copy
|
2025-01-26 19:05:52 -08:00 |
|
Paul Gauthier
|
5d30c71ccf
|
copy
|
2025-01-26 19:02:55 -08:00 |
|
Paul Gauthier
|
1dcc5ca9f3
|
proceed unless ollama
|
2025-01-26 19:01:07 -08:00 |
|
Paul Gauthier
|
1eb24981c6
|
copy
|
2025-01-26 18:58:43 -08:00 |
|
Paul Gauthier
|
cb6b8ea5ac
|
refactor: Improve token limit error messages and fix typo in warning method
|
2025-01-26 18:53:31 -08:00 |
|
Paul Gauthier (aider)
|
546a662a30
|
refactor: change token limit suggestions from tool_error to tool_output
|
2025-01-26 18:51:59 -08:00 |
|
Paul Gauthier
|
ef84c4dfad
|
refactor: Add comment for future tool output conversion
|
2025-01-26 18:51:57 -08:00 |
|
Paul Gauthier (aider)
|
8ca81d0991
|
fix: handle missing extra_params attribute in Ollama model
|
2025-01-26 18:50:12 -08:00 |
|
Paul Gauthier (aider)
|
02e8158918
|
style: fix line wrapping in Ollama context window message
|
2025-01-26 18:49:28 -08:00 |
|
Paul Gauthier (aider)
|
37cbe6c488
|
feat: add Ollama context window size warning with documentation link
|
2025-01-26 18:49:21 -08:00 |
|
Paul Gauthier (aider)
|
58d763f971
|
feat: add confirmation prompt when token limits are exceeded
|
2025-01-26 18:47:39 -08:00 |
|
Paul Gauthier (aider)
|
3d2700d29d
|
feat: add token limit check before sending messages to LLM
|
2025-01-26 18:46:42 -08:00 |
|
Paul Gauthier (aider)
|
e14ea94b0d
|
style: fix line length in keyboard interrupt message handling
|
2025-01-26 18:46:11 -08:00 |
|
Paul Gauthier (aider)
|
17fde3df0c
|
fix: remove extra bracket causing syntax error in base_coder.py
|
2025-01-26 18:46:05 -08:00 |
|
Paul Gauthier (aider)
|
162204f28f
|
feat: improve keyboard interrupt message handling
|
2025-01-26 18:45:51 -08:00 |
|
Paul Gauthier
|
491fb14eaa
|
feat: append keyboard interrupt message to last user message
|
2025-01-26 18:45:49 -08:00 |
|
Paul Gauthier
|
f4d7fe8850
|
copy
|
2025-01-26 13:54:06 -08:00 |
|
Paul Gauthier
|
4af583e5d5
|
copy
|
2025-01-26 13:49:22 -08:00 |
|
Paul Gauthier
|
282887368a
|
Merge branch 'main' of github.com:Aider-AI/aider
|
2025-01-26 08:23:36 -08:00 |
|
paul-gauthier
|
94e372d8f2
|
Merge pull request #3004 from tao12345666333/fix-ds-link
|
2025-01-26 07:39:39 -08:00 |
|
Jintao Zhang
|
3cb67939e4
|
docs: clean DeepSeek Coder v2
Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com>
|
2025-01-26 23:11:14 +08:00 |
|
paul-gauthier
|
f3197d2618
|
Merge pull request #3000 from tao12345666333/update-deepseek-doc
|
2025-01-26 06:28:50 -08:00 |
|
Jintao Zhang
|
3785f7621c
|
docs: update DeepSeek v2 Coder to v3 Chat
Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com>
|
2025-01-26 15:29:54 +08:00 |
|
Paul Gauthier
|
2b59badde7
|
copy
|
2025-01-25 08:46:40 -08:00 |
|
Paul Gauthier
|
54162b43c8
|
refactor: Reorder model settings and update FAQ token statistics
|
2025-01-25 08:46:28 -08:00 |
|
Paul Gauthier (aider)
|
1933cdc28c
|
style: Reformat code to comply with linter rules
|
2025-01-25 08:43:46 -08:00 |
|