MCPcopy
hub / github.com/Aider-AI/aider / commit_message_models

Method commit_message_models

aider/models.py:607–608  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

605 return self.weak_model
606
607 def commit_message_models(self):
608 return [self.weak_model, self]
609
610 def get_editor_model(self, provided_editor_model_name, editor_edit_format):
611 # If editor_model_name is provided, override the model settings

Callers 2

mainFunction · 0.95
__init__Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected