mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 18:25:00 +00:00
infinity!
This commit is contained in:
parent
8d7927d35b
commit
124e852366
1 changed files with 3 additions and 2 deletions
|
@ -149,9 +149,10 @@ class Coder:
|
||||||
main_model = self.main_model
|
main_model = self.main_model
|
||||||
weak_model = main_model.weak_model
|
weak_model = main_model.weak_model
|
||||||
prefix = "Model:"
|
prefix = "Model:"
|
||||||
output = f" {main_model.name} with {self.edit_format} edit format"
|
output = f" {main_model.name} with"
|
||||||
if main_model.info.get("supports_assistant_prefill"):
|
if main_model.info.get("supports_assistant_prefill"):
|
||||||
output += " ∞"
|
output += " ♾️"
|
||||||
|
output += f" {self.edit_format} edit format"
|
||||||
if weak_model is not main_model:
|
if weak_model is not main_model:
|
||||||
prefix = "Models:"
|
prefix = "Models:"
|
||||||
output += f", weak model {weak_model.name}"
|
output += f", weak model {weak_model.name}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue