Merge branch 'main' into main

pull/16/head
Prayag Shah 2023-04-15 02:32:58 -03:00 zatwierdzone przez GitHub
commit c12575af38
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -108,8 +108,8 @@ def send_error_to_gpt(file_path, args, error_message, model=DEFAULT_MODEL):
return json_validated_response(model, messages)
# Added the flag -confirm which will ask user before writing changes to file
# Added the flag -confirm which will ask user before writing changes to file
def apply_changes(file_path, changes: list, confirm=False):
"""