WIP asd
This commit is contained in:
parent
82ad77df80
commit
206c0d4e57
2 changed files with 14 additions and 0 deletions
3
.aider.conf.yml
Normal file
3
.aider.conf.yml
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
model: "openai/think"
|
||||||
|
weak-model: "openai/editor"
|
||||||
|
editor-model: "openai/editor"
|
11
.aider.model.settings.yml
Normal file
11
.aider.model.settings.yml
Normal 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
|
Loading…
Add table
Reference in a new issue