refactor: set agent to quiet mode in gen_commit script
This commit is contained in:
parent
3ea4377d47
commit
875edc36d0
@ -50,7 +50,7 @@ def gen_commit(project_path):
|
||||
agent = OpenInterpreter()
|
||||
agent.llm.model = "gpt-4o"
|
||||
agent.auto_run = True
|
||||
|
||||
agent.quiet = True
|
||||
convention_path = os.path.join(
|
||||
os.path.dirname(__file__), "resources/commit_convention.md"
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user