Paul Gauthier (aider)
ee3bf2311c
fix: Resolve flake8 line length errors in aider/io.py
2024-09-24 14:03:30 -07:00
Paul Gauthier
6c570b1847
feat: Add modal cursor shape configuration
2024-09-24 14:03:20 -07:00
paul-gauthier
bbfafed372
Merge pull request #1634 from smh/customize-completion-menu-colors
...
style: completion menu colors customizable
2024-09-24 13:19:34 -07:00
paul-gauthier
0adb7e0fd3
Merge pull request #1590 from hypn4/main
...
feat: add `extra_body`field and use in model settings.
2024-09-24 13:16:38 -07:00
Paul Gauthier
82ebb7713a
Return True to indicate successful install even if no module
2024-09-24 12:28:54 -07:00
Paul Gauthier
117ff96c76
fix: Properly refactor mdstream from Coder into IO
2024-09-24 11:53:05 -07:00
Paul Gauthier
46ab701782
copy
2024-09-24 09:52:17 -07:00
Paul Gauthier
ba6ef29896
feat: Add new leaderboard entry for gemini/gemini-1.5-flash-8b-exp-0924 model
2024-09-24 09:46:56 -07:00
Paul Gauthier
eff68a669d
copy
2024-09-24 09:45:45 -07:00
Paul Gauthier
d8dd7a259b
feat: Add new Gemini model configurations
2024-09-24 09:45:36 -07:00
Paul Gauthier
7569dea73c
restore dynamic graph
2024-09-24 09:36:16 -07:00
Paul Gauthier
3edcd71a44
fix: move pydub import to avoid warnings
2024-09-24 09:29:00 -07:00
Paul Gauthier (aider)
ab786279e6
style: Fix linter warnings
2024-09-24 09:28:31 -07:00
Paul Gauthier (aider)
e267dc13af
fix: Move imports to top of file
2024-09-24 09:28:28 -07:00
Paul Gauthier (aider)
d0e6dc2c1e
style: Wrap long lines in voice.py
2024-09-24 09:28:16 -07:00
Paul Gauthier (aider)
da752bb00c
fix: Suppress warning about missing ffmpeg or avconv
2024-09-24 09:28:13 -07:00
Paul Gauthier
86faaa65ff
copy
2024-09-23 12:53:10 -07:00
Paul Gauthier
543437dd28
copy
2024-09-23 12:48:00 -07:00
Paul Gauthier
a4b79127b0
fix: Handle ZeroDivisionError in PageRank calculation
2024-09-23 11:49:44 -07:00
Paul Gauthier (aider)
ed1eb38c5f
fix: Split long comment line in aider/repo.py
2024-09-23 11:41:34 -07:00
Paul Gauthier
8f583ca119
fix: Handle ValueError when getting relative path in ignored_file_raw
2024-09-23 11:41:28 -07:00
Paul Gauthier (aider)
1fe2be4633
fix: ignore unicode errors in append_chat_history
2024-09-23 11:38:51 -07:00
Paul Gauthier
d063be23c9
fix: Improve error handling in load_dotenv_files function
2024-09-23 11:36:49 -07:00
Paul Gauthier (aider)
25c3a959dd
fix: Handle OSError when loading dotenv files
2024-09-23 11:35:27 -07:00
Paul Gauthier
d518493bb9
fix: Update model sanity check output format
2024-09-23 11:32:52 -07:00
Paul Gauthier
ba0a328196
fix: Disable SSL verification for LiteLLM client sessions
2024-09-23 11:28:17 -07:00
Paul Gauthier
1de8c13974
copy
2024-09-23 10:30:22 -07:00
Paul Gauthier (aider)
f2397bb0cc
chore: Reorganize command-line arguments in aider/args.py
2024-09-23 09:08:07 -07:00
Paul Gauthier (aider)
5779006db0
feat: Add Voice Settings section
2024-09-23 09:06:57 -07:00
Paul Gauthier (aider)
39b2f7bdee
feat: Add Cache Settings section
2024-09-23 09:06:31 -07:00
Paul Gauthier (aider)
5e9a4e01f9
feat: Move map-tokens, map-refresh and map-multiplier into a new Repomap Setting section
2024-09-23 09:04:46 -07:00
Paul Gauthier
9c47f26052
copy
2024-09-23 09:03:02 -07:00
Paul Gauthier (aider)
b03d5d1099
style: Wrap long help text in args.py
2024-09-23 09:02:49 -07:00
Paul Gauthier (aider)
c9ac01f474
docs: update help message for --map-refresh option
2024-09-23 09:02:45 -07:00
hypn4
6dc846d41b
fix: added missing parameters.
...
added missing parameters in `simple_send_with_retries` function.
2024-09-23 20:37:10 +09:00
hypn4
d0bce02c00
feat: add extra_body
field and use in model settings.
...
resolved : #1583
The `extra_body` field is a parameter used by the `openai` provider.
Since `litellm` also uses this field to additionally transmit `request body`, I added a function so that `aider` can also utilize the `extra_body` field.
The `openrouter` provider also supports various functions through the additional field of `request body`, so we added the function.
The following is how to use it in model settings.
```yaml
# .aider.model.settings.yml
- name: "openrouter/<YOUR_MODEL>"
edit_format: "whole"
use_repo_map: true
extra_body:
provider:
order:
- Azure
allow_fallbacks: false
```
2024-09-23 20:37:10 +09:00
fry69
a695c6c46e
fix: add missing variable initialization
2024-09-23 07:02:33 +02:00
Paul Gauthier
ca4141564f
copy
2024-09-22 17:03:43 -07:00
Paul Gauthier
6cc0f96e33
Merge remote-tracking branch 'refs/remotes/origin/main'
2024-09-22 17:03:04 -07:00
Paul Gauthier
a1bd0c97ee
copy
2024-09-22 17:01:47 -07:00
Paul Gauthier (aider)
6a733f8e76
refactor: Rename print_model_settings_as_yaml to get_model_settings_as_yaml
2024-09-22 16:55:58 -07:00
Paul Gauthier (aider)
60082d0d16
style: format code using linter
2024-09-22 16:54:56 -07:00
Paul Gauthier (aider)
ea72ad61fe
feat: add function to print model settings as YAML
2024-09-22 16:54:51 -07:00
paul-gauthier
a4f608f3dd
Merge pull request #1543 from fry69/ctrl-space-fix
2024-09-22 13:42:34 -07:00
paul-gauthier
737ccdec11
Merge pull request #1639 from curran/patch-1
2024-09-22 13:34:31 -07:00
Paul Gauthier
129afd0396
copy
2024-09-22 13:06:52 -07:00
paul-gauthier
62f4dc2097
Merge pull request #1640 from mbailey/feature-voice-compression
...
feat: Option to compress audio files by ~90%
2024-09-22 13:05:18 -07:00
Stein Martin Hustad
ef75ba9495
style: completion menu colorization (additional location)
2024-09-22 22:59:57 +04:00
Paul Gauthier
54cfbc4142
handle ### filename.ext
in whole format
2024-09-22 08:21:15 -07:00
Curran Kelleher
330fa863c8
Add benchmark results for Codestral-22B
2024-09-22 08:26:04 -04:00