mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 02:05:00 +00:00
copy
This commit is contained in:
parent
51f46393c3
commit
9f7aada9c5
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ prefill_models = [model for model, info in data.items() if info.get('supports_as
|
||||||
# Generate the list of models
|
# Generate the list of models
|
||||||
model_list = "\n".join(f"- {model}" for model in sorted(prefill_models))
|
model_list = "\n".join(f"- {model}" for model in sorted(prefill_models))
|
||||||
|
|
||||||
cog.out(f"Models that support prefill:\n\n{model_list}")
|
cog.out(model_list)
|
||||||
]]]-->
|
]]]-->
|
||||||
Models that support prefill:
|
Models that support prefill:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue