This commit is contained in:
Paul Gauthier 2023-06-07 12:28:45 -07:00
parent 70b981029c
commit 9cef379abd
5 changed files with 26 additions and 34 deletions

View file

@ -1,17 +1,11 @@
import math
import re
from difflib import SequenceMatcher
from enum import Enum
from pathlib import Path
# from aider.dump import dump
class Models(Enum):
GPT4 = "gpt-4"
GPT35 = "gpt-3.5-turbo"
def try_dotdotdots(whole, part, replace):
"""
See if the edit block has ... lines.