kopia lustrzana https://github.com/biobootloader/wolverine
Update wolverine.py
rodzic
c12575af38
commit
c20b79ea28
|
@ -109,8 +109,6 @@ def send_error_to_gpt(file_path, args, error_message, model=DEFAULT_MODEL):
|
||||||
return json_validated_response(model, messages)
|
return json_validated_response(model, messages)
|
||||||
|
|
||||||
|
|
||||||
# Added the flag -confirm which will ask user before writing changes to file
|
|
||||||
|
|
||||||
def apply_changes(file_path, changes: list, confirm=False):
|
def apply_changes(file_path, changes: list, confirm=False):
|
||||||
"""
|
"""
|
||||||
Pass changes as loaded json (list of dicts)
|
Pass changes as loaded json (list of dicts)
|
||||||
|
|
Ładowanie…
Reference in New Issue