This commit is contained in:
Tristan D. 2025-03-17 23:08:15 +01:00
parent 82ad77df80
commit 206c0d4e57
Signed by: tristan
SSH key fingerprint: SHA256:9oFM1J63hYWJjCnLG6C0fxBS15rwNcWwdQNMOHYKJ/4
2 changed files with 14 additions and 0 deletions

3
.aider.conf.yml Normal file
View file

@ -0,0 +1,3 @@
model: "openai/think"
weak-model: "openai/editor"
editor-model: "openai/editor"

11
.aider.model.settings.yml Normal file
View file

@ -0,0 +1,11 @@
- name: openai/editor
extra_params:
api_base: "http://100.64.0.3:18080"
api_key: "none"
max_tokens: 32768
- name: openai/think
extra_params:
api_base: "http://100.64.0.3:18080"
# api_base: "http://100.64.0.3:18084"
api_key: "none"
max_tokens: 32768