From bdec7e82bc1271f478e1e4127487400d31bd143e Mon Sep 17 00:00:00 2001 From: "sweep-ai[bot]" <128439645+sweep-ai[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 14:48:56 +0000 Subject: [PATCH 01/18] Create sweep.yaml config file --- sweep.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 sweep.yaml diff --git a/sweep.yaml b/sweep.yaml new file mode 100644 index 000000000..fed4e05ff --- /dev/null +++ b/sweep.yaml @@ -0,0 +1,12 @@ +# Sweep AI turns bug fixes & feature requests into code changes (https://sweep.dev) +# For details on our config file, check out our docs at https://docs.sweep.dev + +# If you use this be sure to frequently sync your default branch(main, master) to dev. +branch: 'main' +# If you want to enable GitHub Actions for Sweep, set this to true. +gha_enabled: False +# This is the description of your project. It will be used by sweep when creating PRs. You can tell Sweep what's unique about your project, what frameworks you use, or anything else you want. +# Here's an example: sweepai/sweep is a python project. The main api endpoints are in sweepai/api.py. Write code that adheres to PEP8. +description: '' + +# Default Values: https://github.com/sweepai/sweep/blob/main/sweep.yaml From e354e516e25c8d6db73e0c334f49b9252633437d Mon Sep 17 00:00:00 2001 From: "sweep-ai[bot]" <128439645+sweep-ai[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 14:48:56 +0000 Subject: [PATCH 02/18] Create bugfix template --- .github/ISSUE_TEMPLATE/sweep-bugfix.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/sweep-bugfix.yml diff --git a/.github/ISSUE_TEMPLATE/sweep-bugfix.yml b/.github/ISSUE_TEMPLATE/sweep-bugfix.yml new file mode 100644 index 000000000..25f43c357 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/sweep-bugfix.yml @@ -0,0 +1,11 @@ +name: Bugfix +title: 'Sweep: ' +description: Write something like "We notice ... behavior when ... happens instead of ..."" +labels: sweep +body: + - type: textarea + id: description + attributes: + label: Details + description: More details about the bug + placeholder: The bug might be in ... file \ No newline at end of file From 323b238d5dc69679014f490aa2a6ef5e5366bb90 Mon Sep 17 00:00:00 2001 From: "sweep-ai[bot]" <128439645+sweep-ai[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 14:48:56 +0000 Subject: [PATCH 03/18] Create feature template --- .github/ISSUE_TEMPLATE/sweep-feature.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/sweep-feature.yml diff --git a/.github/ISSUE_TEMPLATE/sweep-feature.yml b/.github/ISSUE_TEMPLATE/sweep-feature.yml new file mode 100644 index 000000000..6b985bc8c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/sweep-feature.yml @@ -0,0 +1,11 @@ +name: Feature Request +title: 'Sweep: ' +description: Write something like "Write an api endpoint that does "..." in the "..." file" +labels: sweep +body: + - type: textarea + id: description + attributes: + label: Details + description: More details for Sweep + placeholder: The new endpoint should use the ... class from ... file because it contains ... logic \ No newline at end of file From c8d32560aa4da365baa6974e7263cb76484484e0 Mon Sep 17 00:00:00 2001 From: "sweep-ai[bot]" <128439645+sweep-ai[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 14:48:57 +0000 Subject: [PATCH 04/18] Create refactor template --- .github/ISSUE_TEMPLATE/sweep-refactor.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/sweep-refactor.yml diff --git a/.github/ISSUE_TEMPLATE/sweep-refactor.yml b/.github/ISSUE_TEMPLATE/sweep-refactor.yml new file mode 100644 index 000000000..ed0f8a666 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/sweep-refactor.yml @@ -0,0 +1,11 @@ +name: Refactor +title: 'Sweep: ' +description: Write something like "Modify the ... api endpoint to use ... version and ... framework" +labels: sweep +body: + - type: textarea + id: description + attributes: + label: Details + description: More details for Sweep + placeholder: We are migrating this function to ... version because ... \ No newline at end of file From b6fe7f7b0a82e8bfa197c8bda177b9f49dd5ffc8 Mon Sep 17 00:00:00 2001 From: "sweep-ai[bot]" <128439645+sweep-ai[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 14:56:59 +0000 Subject: [PATCH 05/18] Update requirements.txt --- requirements.txt | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/requirements.txt b/requirements.txt index 37bc975e4..2108c46a3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,9 +1,9 @@ -openai -cohere -func_timeout -anthropic -replicate -pytest -pytest -python-dotenv -openai[datalib] +openai==0.27.0 +cohere==0.1.2 +func_timeout==4.3.5 +anthropic==1.0.0 +replicate==0.4.1 +pytest==6.2.5 +pytest==6.2.5 +python-dotenv==0.19.1 +openai[datalib]==0.27.0 From fe599596783d7203bf6472f69c3bcbf51487ac1e Mon Sep 17 00:00:00 2001 From: "sweep-ai[bot]" <128439645+sweep-ai[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 14:57:30 +0000 Subject: [PATCH 06/18] Update build/lib/litellm/main.py From 2b80d79aef39b2fba58b38629bd07c0faf0c9f76 Mon Sep 17 00:00:00 2001 From: "sweep-ai[bot]" <128439645+sweep-ai[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 15:05:33 +0000 Subject: [PATCH 07/18] Update requirements.txt --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2108c46a3..247b4740a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ openai==0.27.0 -cohere==0.1.2 +cohere==4.18.0 func_timeout==4.3.5 anthropic==1.0.0 replicate==0.4.1 From fac40ecdd50c2f4b87b50e71f1c361a8a2c355e0 Mon Sep 17 00:00:00 2001 From: "sweep-ai[bot]" <128439645+sweep-ai[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 15:06:08 +0000 Subject: [PATCH 08/18] Update requirements.txt From 2d21281eff870810736ee5f392bffc8d8fa36525 Mon Sep 17 00:00:00 2001 From: "sweep-ai[bot]" <128439645+sweep-ai[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 15:08:09 +0000 Subject: [PATCH 09/18] Update requirements.txt --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 247b4740a..e6c771bec 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ openai==0.27.0 cohere==4.18.0 func_timeout==4.3.5 -anthropic==1.0.0 +anthropic==0.3.7 replicate==0.4.1 pytest==6.2.5 pytest==6.2.5 From 7b5c2e2c4bee40f2167e93bfcd9a6fcb6c0c1dc1 Mon Sep 17 00:00:00 2001 From: "sweep-ai[bot]" <128439645+sweep-ai[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 15:08:34 +0000 Subject: [PATCH 10/18] Update requirements.txt From 72b61da654c486171d42aa491892ea76d423b2b4 Mon Sep 17 00:00:00 2001 From: "sweep-ai[bot]" <128439645+sweep-ai[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 15:11:37 +0000 Subject: [PATCH 11/18] Update requirements.txt --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e6c771bec..28e0b7063 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ openai==0.27.0 cohere==4.18.0 func_timeout==4.3.5 anthropic==0.3.7 -replicate==0.4.1 +replicate==0.10.0 pytest==6.2.5 pytest==6.2.5 python-dotenv==0.19.1 From d7a611dfbae474eae33b3fba1e69d43c076851a3 Mon Sep 17 00:00:00 2001 From: "sweep-ai[bot]" <128439645+sweep-ai[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 15:16:46 +0000 Subject: [PATCH 12/18] Update requirements.txt --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 28e0b7063..7ea392057 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -openai==0.27.0 +openai==new_version cohere==4.18.0 func_timeout==4.3.5 anthropic==0.3.7 From 338800e84626744921ae184b76afde00a50b672b Mon Sep 17 00:00:00 2001 From: "sweep-ai[bot]" <128439645+sweep-ai[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 15:19:14 +0000 Subject: [PATCH 13/18] Update requirements.txt --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7ea392057..9904e5525 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -openai==new_version +openai==0.27.8 cohere==4.18.0 func_timeout==4.3.5 anthropic==0.3.7 From c4b4a2bd267ad9ae5f73943ffb6faa38494c7da2 Mon Sep 17 00:00:00 2001 From: "sweep-ai[bot]" <128439645+sweep-ai[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 15:22:42 +0000 Subject: [PATCH 14/18] Update requirements.txt From 0714fd1bf425eceb7bf67f5bcc228e2e7908a0fa Mon Sep 17 00:00:00 2001 From: "sweep-ai[bot]" <128439645+sweep-ai[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 15:28:17 +0000 Subject: [PATCH 15/18] Update requirements.txt --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9904e5525..28e0b7063 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -openai==0.27.8 +openai==0.27.0 cohere==4.18.0 func_timeout==4.3.5 anthropic==0.3.7 From 42a7d8efdf0d39a87f12ed1c3f662b7c3788a121 Mon Sep 17 00:00:00 2001 From: "sweep-ai[bot]" <128439645+sweep-ai[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 15:29:03 +0000 Subject: [PATCH 16/18] Update requirements.txt From 8f7ffbdc9eac099fc5c8c813f7b15562b7b23209 Mon Sep 17 00:00:00 2001 From: "sweep-ai[bot]" <128439645+sweep-ai[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 15:34:14 +0000 Subject: [PATCH 17/18] Update requirements.txt From 44adf0b53afc2ef83b6f2359641f0cc891cc2f59 Mon Sep 17 00:00:00 2001 From: "sweep-ai[bot]" <128439645+sweep-ai[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 15:35:15 +0000 Subject: [PATCH 18/18] Update requirements.txt