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