hypn4
a4044f4175
feat: add .venv
directory
2024-09-23 20:37:10 +09: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
7a5947fc49
feat: add tests for sanity_check_repo function
2024-09-23 07:55:45 +02: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
cee0bb7135
add test for hash filenames
2024-09-22 08:24:55 -07: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
Mike Bailey
1cc30a22f9
feat: Option to compress audio files by ~90%
...
Add option to reduce bandwidth (and potentially latency) by converting
voice recordings (wav) into a compressed audio format (webm or mp3).
Default behaviour is unchanged.
> File uploads are currently limited to 25 MB and the following input file
> types are supported: mp3, mp4, mpeg, mpga, m4a, wav, and webm.
>
> - https://platform.openai.com/docs/guides/speech-to-text
2024-09-22 22:20:07 +10:00
Stein Martin Hustad
a91d3fed01
style: completion menu colors customizable
2024-09-22 10:45:00 +04:00
Paul Gauthier
edf8fc6327
fix: Remove progress bar when closing duplicate issues
2024-09-21 19:06:08 -07:00
Paul Gauthier
12f1bf643a
fix: Add ValueError to ANY_GIT_ERROR tuple
2024-09-21 19:02:35 -07:00
Paul Gauthier
2314179b83
fix: Add default encoding to load_dotenv_files function
2024-09-21 19:01:24 -07:00
Paul Gauthier (aider)
516a3a6647
style: Fix formatting in load_dotenv_files
function
2024-09-21 18:58:48 -07:00
Paul Gauthier (aider)
07a95deaba
fix: Use args.encoding when loading .env files
2024-09-21 18:58:43 -07:00
Paul Gauthier
212e22b2b7
fix: Handle file read errors in linter
2024-09-21 18:55:24 -07:00
Paul Gauthier (aider)
3a96a10d06
style: Format code with black
2024-09-21 18:46:24 -07:00
Paul Gauthier (aider)
3dfc63ce79
feat: Add support for following redirects in httpx-based scraping
2024-09-21 18:46:21 -07:00
Paul Gauthier
a77c8ccfa9
copy
2024-09-21 18:43:02 -07:00
Paul Gauthier (aider)
eff9325f2b
style: Fix formatting in issue comment
2024-09-21 18:38:03 -07:00
Paul Gauthier (aider)
0101ae76d1
refactor: Move comment_body to a global multiline string
2024-09-21 18:37:59 -07:00
Paul Gauthier
26f9a10324
fix: Add greeting to comment when closing duplicate issue
2024-09-21 18:36:33 -07:00
Paul Gauthier (aider)
6731815251
style: Fix formatting in issues.py
2024-09-21 18:30:39 -07:00
Paul Gauthier (aider)
b4fdb72a3a
fix: Only print Oldest issue #{oldest_issue['number']} left open if it is open
2024-09-21 18:30:35 -07:00
Paul Gauthier
f3ad683d70
set version to 0.57.2.dev
2024-09-21 18:28:55 -07:00
Paul Gauthier
bd398525e0
version bump to 0.57.1
2024-09-21 18:27:31 -07:00
Paul Gauthier
7f156830fe
Handle TypeError coming from git ops
2024-09-21 17:09:08 -07:00
Paul Gauthier
739bd07c04
copy
2024-09-21 17:06:31 -07:00
Paul Gauthier
dced6c8052
Revert "feat: switch --deepseek to use model "deepseek-coder""
...
This reverts commit 925560ac1f
.
2024-09-21 17:06:11 -07:00
Paul Gauthier
5c7f35f24b
copy
2024-09-21 16:28:10 -07:00
Paul Gauthier
7abfd3236b
copy
2024-09-21 16:28:03 -07:00
Paul Gauthier
aca60a9127
no tqdm for groups
2024-09-21 16:26:45 -07:00
Paul Gauthier (aider)
8cc747da3a
style: Fix linting issues in scripts/issues.py
2024-09-21 16:05:59 -07:00
Paul Gauthier (aider)
26dcdcc1d2
feat: add total page count to progress bar in get_issues function
2024-09-21 16:05:55 -07:00
Paul Gauthier (aider)
5606791df2
style: Fix import order in scripts/issues.py
2024-09-21 16:05:19 -07:00
Paul Gauthier (aider)
de87418647
feat: add progress bar while collecting issues
2024-09-21 16:05:16 -07:00
Paul Gauthier (aider)
10fee78ddd
feat: Add progress bar while collecting the groups
2024-09-21 16:04:26 -07:00
Paul Gauthier
237002f941
fix: Resolve version conflict between requirements-help and requirements-playwright for greenlet
2024-09-21 15:57:41 -07:00
Paul Gauthier (aider)
5d80e11e5b
feat: Add Docker full image build to CI workflow
2024-09-21 13:59:50 -07:00