mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-17 10:05:01 +00:00
fix: Remove unused import mock_open
This commit is contained in:
parent
b6808e3700
commit
912f98e6eb
11 changed files with 230 additions and 107 deletions
|
@ -629,6 +629,121 @@ cog.out("```\n")
|
|||
- name: gemini/gemma-3-27b-it
|
||||
use_system_prompt: false
|
||||
|
||||
- name: github_copilot/claude-3.5-sonnet
|
||||
edit_format: diff
|
||||
weak_model_name: github_copilot/claude-3.5-haiku
|
||||
use_repo_map: true
|
||||
examples_as_sys_msg: true
|
||||
extra_params:
|
||||
extra_headers:
|
||||
editor-version: Neovim/0.9.0
|
||||
Copilot-Integration-Id: vscode-chat
|
||||
cache_control: true
|
||||
editor_model_name: github_copilot/claude-3.5-sonnet
|
||||
editor_edit_format: editor-diff
|
||||
|
||||
- name: github_copilot/claude-3.7-sonnet
|
||||
edit_format: diff
|
||||
weak_model_name: github_copilot/claude-3.5-sonnet
|
||||
use_repo_map: true
|
||||
examples_as_sys_msg: true
|
||||
extra_params:
|
||||
extra_headers:
|
||||
editor-version: Neovim/0.9.0
|
||||
Copilot-Integration-Id: vscode-chat
|
||||
cache_control: true
|
||||
editor_model_name: github_copilot/claude-3.7-sonnet
|
||||
editor_edit_format: editor-diff
|
||||
|
||||
- name: github_copilot/claude-3.7-sonnet-thought
|
||||
edit_format: diff
|
||||
weak_model_name: github_copilot/claude-3.7-sonnet
|
||||
use_repo_map: true
|
||||
examples_as_sys_msg: true
|
||||
extra_params:
|
||||
extra_headers:
|
||||
editor-version: Neovim/0.9.0
|
||||
Copilot-Integration-Id: vscode-chat
|
||||
cache_control: true
|
||||
editor_model_name: github_copilot/claude-3.7-sonnet-thought
|
||||
editor_edit_format: editor-diff
|
||||
|
||||
- name: github_copilot/gemini-2.0-flash
|
||||
edit_format: diff
|
||||
use_repo_map: true
|
||||
extra_params:
|
||||
extra_headers:
|
||||
editor-version: Neovim/0.9.0
|
||||
Copilot-Integration-Id: vscode-chat
|
||||
|
||||
- name: github_copilot/gpt-3.5-turbo
|
||||
weak_model_name: gpt-4o-mini
|
||||
reminder: sys
|
||||
extra_params:
|
||||
extra_headers:
|
||||
editor-version: Neovim/0.9.0
|
||||
Copilot-Integration-Id: vscode-chat
|
||||
|
||||
- name: github_copilot/gpt-4
|
||||
edit_format: udiff
|
||||
weak_model_name: gpt-4o-mini
|
||||
use_repo_map: true
|
||||
lazy: true
|
||||
reminder: sys
|
||||
extra_params:
|
||||
extra_headers:
|
||||
editor-version: Neovim/0.9.0
|
||||
Copilot-Integration-Id: vscode-chat
|
||||
|
||||
- name: github_copilot/gpt-4o
|
||||
edit_format: diff
|
||||
weak_model_name: github_copilot/gpt-4o-mini
|
||||
use_repo_map: true
|
||||
extra_params:
|
||||
extra_headers:
|
||||
editor-version: Neovim/0.9.0
|
||||
Copilot-Integration-Id: vscode-chat
|
||||
use_temperature: false
|
||||
editor_model_name: gpt-4o
|
||||
editor_edit_format: editor-diff
|
||||
system_prompt_prefix: 'Formatting re-enabled. '
|
||||
|
||||
- name: github_copilot/gpt-4o-mini
|
||||
weak_model_name: github_copilot/gpt-4o-mini
|
||||
lazy: true
|
||||
reminder: sys
|
||||
extra_params:
|
||||
extra_headers:
|
||||
editor-version: Neovim/0.9.0
|
||||
Copilot-Integration-Id: vscode-chat
|
||||
|
||||
- name: github_copilot/o1-ga
|
||||
edit_format: diff
|
||||
weak_model_name: github_copilot/gpt-4o-mini
|
||||
use_repo_map: true
|
||||
extra_params:
|
||||
extra_headers:
|
||||
editor-version: Neovim/0.9.0
|
||||
Copilot-Integration-Id: vscode-chat
|
||||
use_temperature: false
|
||||
streaming: false
|
||||
editor_model_name: gpt-4o
|
||||
editor_edit_format: editor-diff
|
||||
system_prompt_prefix: 'Formatting re-enabled. '
|
||||
|
||||
- name: github_copilot/o3-mini
|
||||
edit_format: diff
|
||||
weak_model_name: azure/gpt-4o-mini
|
||||
use_repo_map: true
|
||||
extra_params:
|
||||
extra_headers:
|
||||
editor-version: Neovim/0.9.0
|
||||
Copilot-Integration-Id: vscode-chat
|
||||
use_temperature: false
|
||||
editor_model_name: azure/gpt-4o
|
||||
editor_edit_format: editor-diff
|
||||
system_prompt_prefix: 'Formatting re-enabled. '
|
||||
|
||||
- name: gpt-3.5-turbo
|
||||
weak_model_name: gpt-4o-mini
|
||||
reminder: sys
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue