mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 16:54:59 +00:00
copy
This commit is contained in:
parent
fd67171908
commit
502f448053
2 changed files with 86 additions and 0 deletions
|
@ -3325,3 +3325,88 @@
|
||||||
Paul Gauthier (aider): 457
|
Paul Gauthier (aider): 457
|
||||||
start_tag: v0.66.0
|
start_tag: v0.66.0
|
||||||
total_lines: 700
|
total_lines: 700
|
||||||
|
- aider_percentage: 71.21
|
||||||
|
aider_total: 428
|
||||||
|
end_date: '2024-12-10'
|
||||||
|
end_tag: v0.68.0
|
||||||
|
file_counts:
|
||||||
|
.github/workflows/pages.yml:
|
||||||
|
Paul Gauthier (aider): 1
|
||||||
|
aider/__init__.py:
|
||||||
|
Paul Gauthier: 1
|
||||||
|
aider/analytics.py:
|
||||||
|
Paul Gauthier: 2
|
||||||
|
aider/args.py:
|
||||||
|
Paul Gauthier: 30
|
||||||
|
Paul Gauthier (aider): 15
|
||||||
|
aider/coders/base_coder.py:
|
||||||
|
Paul Gauthier: 12
|
||||||
|
Paul Gauthier (aider): 10
|
||||||
|
aider/coders/editor_editblock_coder.py:
|
||||||
|
Paul Gauthier: 1
|
||||||
|
aider/coders/editor_whole_coder.py:
|
||||||
|
Paul Gauthier: 1
|
||||||
|
aider/commands.py:
|
||||||
|
Paul Gauthier: 24
|
||||||
|
Paul Gauthier (aider): 25
|
||||||
|
aider/copypaste.py:
|
||||||
|
Paul Gauthier: 4
|
||||||
|
Paul Gauthier (aider): 68
|
||||||
|
aider/exceptions.py:
|
||||||
|
Paul Gauthier: 9
|
||||||
|
aider/history.py:
|
||||||
|
Paul Gauthier (aider): 1
|
||||||
|
aider/io.py:
|
||||||
|
Paul Gauthier: 13
|
||||||
|
aider/main.py:
|
||||||
|
Paul Gauthier: 17
|
||||||
|
Paul Gauthier (aider): 29
|
||||||
|
aider/models.py:
|
||||||
|
Paul Gauthier: 15
|
||||||
|
aider/repo.py:
|
||||||
|
Paul Gauthier (aider): 1
|
||||||
|
aider/run_cmd.py:
|
||||||
|
Paul Gauthier: 1
|
||||||
|
aider/sendchat.py:
|
||||||
|
Paul Gauthier (aider): 4
|
||||||
|
aider/utils.py:
|
||||||
|
Paul Gauthier: 1
|
||||||
|
aider/voice.py:
|
||||||
|
Paul Gauthier: 9
|
||||||
|
aider/watch.py:
|
||||||
|
Paul Gauthier: 6
|
||||||
|
Paul Gauthier (aider): 35
|
||||||
|
aider/website/_includes/edit-leaderboard.js:
|
||||||
|
Paul Gauthier: 2
|
||||||
|
Paul Gauthier (aider): 90
|
||||||
|
aider/website/_includes/head_custom.html:
|
||||||
|
Paul Gauthier: 7
|
||||||
|
Paul Gauthier (aider): 53
|
||||||
|
aider/website/docs/leaderboards/index.md:
|
||||||
|
Paul Gauthier: 1
|
||||||
|
Paul Gauthier (aider): 2
|
||||||
|
scripts/blame.py:
|
||||||
|
Paul Gauthier: 6
|
||||||
|
Paul Gauthier (aider): 17
|
||||||
|
scripts/pip-compile.sh:
|
||||||
|
Paul Gauthier: 2
|
||||||
|
tests/basic/test_commands.py:
|
||||||
|
Paul Gauthier (aider): 24
|
||||||
|
tests/basic/test_history.py:
|
||||||
|
Paul Gauthier (aider): 3
|
||||||
|
tests/basic/test_main.py:
|
||||||
|
Paul Gauthier (aider): 46
|
||||||
|
tests/basic/test_repo.py:
|
||||||
|
Paul Gauthier (aider): 3
|
||||||
|
tests/basic/test_sendchat.py:
|
||||||
|
Paul Gauthier: 5
|
||||||
|
Paul Gauthier (aider): 1
|
||||||
|
tests/basic/test_watch.py:
|
||||||
|
Paul Gauthier: 1
|
||||||
|
tests/fixtures/watch.js:
|
||||||
|
Paul Gauthier: 3
|
||||||
|
grand_total:
|
||||||
|
Paul Gauthier: 173
|
||||||
|
Paul Gauthier (aider): 428
|
||||||
|
start_tag: v0.67.0
|
||||||
|
total_lines: 601
|
||||||
|
|
|
@ -50,6 +50,7 @@ The json file should be a dictionary with an entry for each model, as follows:
|
||||||
Use a fully qualified model name with a `provider/` at the front
|
Use a fully qualified model name with a `provider/` at the front
|
||||||
in the `.aider.model.metadata.json` file.
|
in the `.aider.model.metadata.json` file.
|
||||||
For example, use `deepseek/deepseek-chat`, not just `deepseek-chat`.
|
For example, use `deepseek/deepseek-chat`, not just `deepseek-chat`.
|
||||||
|
That prefix should match the `litellm_provider` field.
|
||||||
|
|
||||||
### Contribute model metadata
|
### Contribute model metadata
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue