refactor: set agent to quiet mode in gen_commit script

This commit is contained in:
KaySar12 2025-05-20 16:55:12 +07:00
parent 3ea4377d47
commit 875edc36d0

View File

@ -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"
)