mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-03 19:24:59 +00:00
refac
This commit is contained in:
parent
70b981029c
commit
9cef379abd
5 changed files with 26 additions and 34 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue