Fix assert_value syntax error in generate_commit_message_base_diff function
This commit is contained in:
parent
340c8cbfa9
commit
4a3dfc848f
@ -294,7 +294,7 @@ def generate_commit_message_base_diff(user_input, diff):
|
||||
print(model_token_limit_error)
|
||||
sys.exit(0)
|
||||
|
||||
assert_value(not response["content"], response.get("error", "")
|
||||
assert_value(not response["content"], response.get("error", ""))
|
||||
response["content"] = extract_markdown_block(response["content"])
|
||||
return response
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user