Commit graph

7238 commits

Author SHA1 Message Date
Paul Gauthier (aider)
752e823da8 feat: Dynamically generate legend labels based on unique edit formats 2024-09-12 15:23:33 -07:00
Paul Gauthier (aider)
45474a230e feat: Add distinct colors for edit formats in leaderboard chart 2024-09-12 15:22:28 -07:00
Paul Gauthier
af407c4c8f copy 2024-09-12 15:20:23 -07:00
Paul Gauthier (aider)
b4dad65e9f feat: Add configuration to display all x-axis labels 2024-09-12 15:18:57 -07:00
Paul Gauthier
291d3509eb copy 2024-09-12 15:17:32 -07:00
Paul Gauthier (aider)
84b1c1031a feat: add label to y-axis of leaderboard graph 2024-09-12 15:13:22 -07:00
Paul Gauthier (aider)
71c5fd1372 feat: Add legend to leaderboard chart 2024-09-12 15:12:10 -07:00
Paul Gauthier (aider)
2605d44db6 feat: Add different colors for 'whole' and 'diff' edit formats in leaderboard graph 2024-09-12 15:10:32 -07:00
Paul Gauthier
4598a376fd copy 2024-09-12 15:01:27 -07:00
Paul Gauthier
9f4d9d801e copy 2024-09-12 14:52:27 -07:00
Paul Gauthier (aider)
859fc1f184 fix: Adjust streaming settings before creating Coder object 2024-09-12 14:49:21 -07:00
Paul Gauthier
99a75ac213 feat: Add streaming option to ModelSettings 2024-09-12 14:47:18 -07:00
Paul Gauthier (aider)
94a2bc5ef5 style: Improve formatting of warning message 2024-09-12 14:46:36 -07:00
Paul Gauthier (aider)
efa0c0e292 fix: Disable streaming if main model does not support it 2024-09-12 14:46:32 -07:00
Paul Gauthier
fb420de09e feat: Add new model settings for openai/o1-preview and o1-preview 2024-09-12 14:42:52 -07:00
Paul Gauthier
09cb4c4b09 copy 2024-09-12 14:27:35 -07:00
Paul Gauthier
1755d2e0f4 fix: Use temperature setting from model configuration 2024-09-12 14:24:21 -07:00
Paul Gauthier
8aee4d25ed add ModelSettings.use_system_prompt 2024-09-12 14:19:53 -07:00
Paul Gauthier
71f3f3a22b copy 2024-09-12 14:12:48 -07:00
Paul Gauthier
297b51b997 pct 2024-09-12 14:11:26 -07:00
Paul Gauthier
6eb993999a copy 2024-09-12 14:07:41 -07:00
Paul Gauthier
96587f5f46 o1-mini blog article 2024-09-12 14:07:06 -07:00
Paul Gauthier
291b456a45 hack for o1-mini: no system prompt, no temperature 2024-09-12 13:05:25 -07:00
Paul Gauthier (aider)
d84a9d6df2 fix: update scale configuration in leaderboard_graph.html 2024-09-12 13:04:10 -07:00
Paul Gauthier (aider)
13d3b7c9b3 refactor: Refactor the edit leaderboard graph into a reusable component 2024-09-12 13:01:55 -07:00
Paul Gauthier
94af92c784 feat: Add leaderboard graph component 2024-09-12 13:01:54 -07:00
Paul Gauthier
36fa773376 fix: Simplify get_help_md function in commands.py 2024-09-11 14:38:23 -07:00
Paul Gauthier (aider)
05b3b3df88 fix: Remove f-string prefix from line without placeholders 2024-09-11 14:01:15 -07:00
Paul Gauthier
1603ffa6c2 fix: Update sample.aider.conf.yml and args_formatter.py 2024-09-11 14:01:10 -07:00
Paul Gauthier
615dc5fe4b copy 2024-09-11 13:18:07 -07:00
Paul Gauthier
385f2693c4 copy 2024-09-11 13:14:40 -07:00
Paul Gauthier
35588b6984 fix: Fix formatting of assistant_output assignment in base_coder.py 2024-09-11 09:54:47 -07:00
Paul Gauthier
ca43a37567 copy 2024-09-11 09:53:13 -07:00
Paul Gauthier
94a609d75e fix: Update model names in edit_leaderboard.yml 2024-09-11 08:56:46 -07:00
Paul Gauthier
13ac0f0968 fix: Update model names and commands in edit_leaderboard.yml 2024-09-11 08:55:25 -07:00
Paul Gauthier
408ecc1bd7 copy 2024-09-11 08:50:35 -07:00
Paul Gauthier
ba54e4a6e0 feat: Add new leaderboard entries for command-r-plus-08-2024 and command-r-08-2024 models 2024-09-11 08:50:28 -07:00
paul-gauthier
b43ed20085
Merge pull request #1492 from jalammar/cohere-model-refresh
Add New Cohere Models
2024-09-11 08:39:42 -07:00
Paul Gauthier
007f841328 copy 2024-09-11 08:18:07 -07:00
Jay Alammar
5cdcbb1a26 Add to docs 2024-09-11 11:04:38 -04:00
Jay Alammar
7315624b98 bugfix 2024-09-11 10:55:45 -04:00
Paul Gauthier
0a3b4147fa test: update main tests to handle None input and add --exit flag 2024-09-10 15:32:43 -07:00
Paul Gauthier (aider)
fa49ab09c4 test: update code_theme tests to check InputOutput initialization 2024-09-10 15:24:11 -07:00
paul-gauthier
d1384e9d5f
Merge pull request #1402 from caseymcc/io_assistant_output
Modify output from Assistant and Commands to go through InputOutput
2024-09-10 15:08:10 -07:00
Paul Gauthier
33b11d0efb refactor: simplify console initialization and error handling 2024-09-10 14:48:54 -07:00
Paul Gauthier
fd18adb072 refactor: handle prompt toolkit initialization errors gracefully 2024-09-10 14:34:25 -07:00
Paul Gauthier
454c2f4d0e feat: add --exit flag to test cases for controlled termination 2024-09-10 14:30:04 -07:00
Paul Gauthier (aider)
59bdc45728 refactor: Remove unused mock_open import 2024-09-10 14:18:56 -07:00
Paul Gauthier (aider)
645252168c style: sort imports and fix quotation marks 2024-09-10 14:18:37 -07:00
Paul Gauthier (aider)
fb87dd883c test: patch input() to return empty string
This commit patches the `input()` builtin to return an empty string in the test setup, preventing tests from hanging while waiting for user input. It also adds cleanup for the patch in the teardown method.
2024-09-10 14:18:32 -07:00