Skip to content

Commit

Permalink
chore: automatically generated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions committed Feb 1, 2024
1 parent bf2640d commit 60afbdf
Show file tree
Hide file tree
Showing 2 changed files with 104 additions and 99 deletions.
65 changes: 33 additions & 32 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,19 +64,20 @@ Editor extensions used to complete code using LLMs:

| Name | Editor | :star: | Released | Notes |
| ------------- | -------- | ------- | -------- | --------- |
| [GitHub Copilot](https://github.com/github/copilot.vim) | VSCode, vim | 6888 | 2021-6-29 | The GitHub Original, not local or open-source. |
| [Cursor](https://github.com/getcursor/cursor) | VSCode | 19074 | 2023-3-14 | Fork of VSCode, not open-source |
| [Fauxpilot](https://github.com/fauxpilot/fauxpilot) | VSCode | 13814 | 2022-9-3 | Early local PoC. Stale? |
| [Tabby](https://github.com/TabbyML/tabby) | VSCode, vim, IntelliJ | 15147 | 2023-9-30 | Completes the cursor selection |
| [turbopilot](https://github.com/ravenscroftj/turbopilot) | VSCode | 3842 | 2023-4-10 | Completions with FIM support, inspired by fauxpilot |
| [HuggingFace-vscode](https://github.com/huggingface/huggingface-vscode) | VSCode | 944 | 2023-6-19 | Fork of Tabnine, supports Starcoder |
| [localpilot](https://github.com/danielgross/localpilot) | VSCode | 3148 | 2023-10-2 | Utility for easily hosting models locally, for use with official Copilot extension using custom API endpoint. |
| [StarcoderEx](https://github.com/Lisoveliy/StarCoderEx) | VSCode | 95 | 2023-5-5 | Completes the cursor selection |
| [WizardCoder-VSC](https://github.com/mzbac/wizardCoder-vsc) | VSCode | 129 | 2023-6-19 | PoC, article available |
| [GitHub Copilot](https://github.com/github/copilot.vim) | VSCode, vim | 6974 | 2021-6-29 | The GitHub Original, not local or open-source. |
| [Cursor](https://github.com/getcursor/cursor) | VSCode | 19194 | 2023-3-14 | Fork of VSCode, not open-source |
| [Fauxpilot](https://github.com/fauxpilot/fauxpilot) | VSCode | 13893 | 2022-9-3 | Early local PoC. Stale? |
| [Tabby](https://github.com/TabbyML/tabby) | VSCode, vim, IntelliJ | 15408 | 2023-9-30 | Completes the cursor selection |
| [turbopilot](https://github.com/ravenscroftj/turbopilot) | VSCode | 3837 | 2023-4-10 | Completions with FIM support, inspired by fauxpilot |
| [HuggingFace-vscode](https://github.com/huggingface/huggingface-vscode) | VSCode | 962 | 2023-6-19 | Fork of Tabnine, supports Starcoder |
| [localpilot](https://github.com/danielgross/localpilot) | VSCode | 3171 | 2023-10-2 | Utility for easily hosting models locally, for use with official Copilot extension using custom API endpoint. |
| [StarcoderEx](https://github.com/Lisoveliy/StarCoderEx) | VSCode | 97 | 2023-5-5 | Completes the cursor selection |
| [WizardCoder-VSC](https://github.com/mzbac/wizardCoder-vsc) | VSCode | 131 | 2023-6-19 | PoC, article available |
| [KoboldAIConnect](https://github.com/Phiality-dot/KoboldAIConnect-VSCODE/) | VSCode | | 2023-10-7 | Copilot clone using local KoboldAI backend |
| [gen.nvim](https://github.com/David-Kunz/gen.nvim) | vim | 521 | 2023-10-1 | Edit selection using custom prompts |
| [uniteai](https://github.com/freckletonj/uniteai) | VSCode, emacs, lsp | 198 | 2023-8-27 | |
| [Privy](https://github.com/srikanth235/privy) | VSCode | 304 | 2024-1-8 | A privacy-first coding assistant. |
| [gen.nvim](https://github.com/David-Kunz/gen.nvim) | vim | 553 | 2023-10-1 | Edit selection using custom prompts |
| [uniteai](https://github.com/freckletonj/uniteai) | VSCode, emacs, lsp | 202 | 2023-8-27 | |
| [Privy](https://github.com/srikanth235/privy) | VSCode | 638 | 2024-1-8 | A privacy-first coding assistant. |
| [twinny](https://github.com/rjmacarthy/twinny) | VSCode | 400 | 2024-1-24 | The most no-nonsense locally hosted AI code completion plugin for VS Code |


## 🛠️ Tools
Expand All @@ -85,15 +86,15 @@ Tools that try to generate projects/features from specification:

| Name | :star: | Released | Notes |
| -------------- | ------- | --------- | ----- |
| [gpt-engineer](https://github.com/AntonOsika/gpt-engineer) | 48556 | 2023-6-6 | Specify what you want it to build, the AI asks for clarification, and then builds it. |
| [gpt-pilot](https://github.com/Pythagora-io/gpt-pilot) | 20853 | 2023-7-18 | Very similar to gpt-engineer |
| [continue](https://github.com/continuedev/continue) | 6128 | 2023-5-24 | VSCode extension. Task-based autocomplete |
| [aider](https://github.com/paul-gauthier/aider) | 6004 | 2023-6-8 | AI pair programming in your terminal, works well with pre-existing, larger codebases |
| [rift](https://github.com/morph-labs/rift) | 2917 | 2023-6-20 | VSCode extension. Lets you write code by chatting, makes your IDE agentic, AI engineer that works alongside you. |
| [mentat](https://github.com/biobootloader/mentat) | 2032 | 2023-7-25 | Mentat coordinates edits across multiple locations and files. |
| [clippinator](https://github.com/ennucore/clippinator) | 272 | 2023-4-15 | Uses a team of agents to plan, write, debug, and test |
| [Refact.AI](https://github.com/smallcloudai/refact) | 1222 | 2023-10-06 | Full self-hostable code completion, chat and training service, complete with VSCode extension. |
| [LocalCompletion](https://github.com/lufixSch/LocalCompletion) | 13 | 2023-11-15 | Inline completion with support for any OpenAI compatible backend |
| [gpt-engineer](https://github.com/AntonOsika/gpt-engineer) | 48806 | 2023-6-6 | Specify what you want it to build, the AI asks for clarification, and then builds it. |
| [gpt-pilot](https://github.com/Pythagora-io/gpt-pilot) | 21214 | 2023-7-18 | Very similar to gpt-engineer |
| [continue](https://github.com/continuedev/continue) | 6571 | 2023-5-24 | VSCode extension. Task-based autocomplete |
| [aider](https://github.com/paul-gauthier/aider) | 6212 | 2023-6-8 | AI pair programming in your terminal, works well with pre-existing, larger codebases |
| [rift](https://github.com/morph-labs/rift) | 2940 | 2023-6-20 | VSCode extension. Lets you write code by chatting, makes your IDE agentic, AI engineer that works alongside you. |
| [mentat](https://github.com/biobootloader/mentat) | 2087 | 2023-7-25 | Mentat coordinates edits across multiple locations and files. |
| [clippinator](https://github.com/ennucore/clippinator) | 274 | 2023-4-15 | Uses a team of agents to plan, write, debug, and test |
| [Refact.AI](https://github.com/smallcloudai/refact) | 1256 | 2023-10-06 | Full self-hostable code completion, chat and training service, complete with VSCode extension. |
| [LocalCompletion](https://github.com/lufixSch/LocalCompletion) | 15 | 2023-11-15 | Inline completion with support for any OpenAI compatible backend |


## 🗨️ Chat Interfaces
Expand All @@ -103,9 +104,9 @@ Similar to/inspired by ChatGPT's "Advanced Data Analysis" feature (previously "C

| Name | :star: | Notes |
| -------------- | ------- | --------- |
| [open-interpreter](https://github.com/KillianLucas/open-interpreter) | 38706 | open-source, locally running implementation of OpenAI's Code Interpreter |
| [gptme](https://github.com/ErikBjare/gptme) | 169 | Supporting open models. Developed by me, @ErikBjare |
| [octogen](https://github.com/dbpunk-labs/octogen) | 232 | Local Code Interpreter executing in Docker environment. |
| [open-interpreter](https://github.com/KillianLucas/open-interpreter) | 39743 | open-source, locally running implementation of OpenAI's Code Interpreter |
| [gptme](https://github.com/ErikBjare/gptme) | 175 | Supporting open models. Developed by me, @ErikBjare |
| [octogen](https://github.com/dbpunk-labs/octogen) | 233 | Local Code Interpreter executing in Docker environment. |
| [terminal-x](https://github.com/davidfant/terminal-x) | 30 | Very early prototype that converts natural language into shell commands, unmaintained since Sept. 2021 |
| [DODA](https://github.com/agentcasa/doda) | 129 | Electron based GUI for a local OpenAI Dev Assistant |

Expand All @@ -116,14 +117,14 @@ Models relevant for local Copilot-use. Ordered by most recent first.

| Name | Size | Languages | :star: | Released | Notes |
| ------------------------------- | ---------- | ----------- | ------- | ---------- | ------- |
| [Phind CodeLlama v2](https://huggingface.co/Phind/Phind-CodeLlama-34B-v2) | 34B | Many | 642 | 2023-8-27 | |
| [WizardCoder-Python](https://huggingface.co/WizardLM/WizardCoder-Python-34B-V1.0) | 7/13/34B | Python | 709 | 2023-8 | |
| [CodeLlama](https://github.com/facebookresearch/codellama) | 7/13/34B | Many | 12028 | 2023-8 | |
| [WizardCoder](https://huggingface.co/WizardLM/WizardCoder-15B-V1.0) | 15B | 80+ | 704 | 2023-6 | Fine-tuning of Starcoder |
| [Phind CodeLlama v2](https://huggingface.co/Phind/Phind-CodeLlama-34B-v2) | 34B | Many | 669 | 2023-8-27 | |
| [WizardCoder-Python](https://huggingface.co/WizardLM/WizardCoder-Python-34B-V1.0) | 7/13/34B | Python | 718 | 2023-8 | |
| [CodeLlama](https://github.com/facebookresearch/codellama) | 7/13/34B | Many | 12825 | 2023-8 | |
| [WizardCoder](https://huggingface.co/WizardLM/WizardCoder-15B-V1.0) | 15B | 80+ | 712 | 2023-6 | Fine-tuning of Starcoder |
| [replit-glaive](https://huggingface.co/sahil2801/replit-code-instruct-glaive) | 3B | 1? | 87 | 2023-7 | Small model fine-tuned on high-quality data with impressive performance. |
| [Starcoder](https://github.com/bigcode-project/starcoder) | 15B | 80+ | 6794 | 2023-5 | |
| [replit-v1-3b](https://huggingface.co/replit/replit-code-v1-3b) | 3B | 20+ | 705 | 2023-5 | |
| [SantaCoder](https://huggingface.co/bigcode/santacoder) | 1.1B | Python, Java, JavaScript | 314 | 2023-4 | Tiny model selectively trained on 3 languages from 'The Stack' |
| [Starcoder](https://github.com/bigcode-project/starcoder) | 15B | 80+ | 6827 | 2023-5 | |
| [replit-v1-3b](https://huggingface.co/replit/replit-code-v1-3b) | 3B | 20+ | 708 | 2023-5 | |
| [SantaCoder](https://huggingface.co/bigcode/santacoder) | 1.1B | Python, Java, JavaScript | 316 | 2023-4 | Tiny model selectively trained on 3 languages from 'The Stack' |


**Note:** due to the pace of new model releases, this section is doomed to be out of date.
Expand All @@ -143,7 +144,7 @@ Misc relevant useful tools.

| Name | :star: | Released | Notes |
| ------------------------------- | ------- | ---------- | ------- |
| [ollama](https://github.com/jmorganca/ollama) | 31895 | 2023-8-27 | Easily get up and running with large language models locally. |
| [ollama](https://github.com/jmorganca/ollama) | 34524 | 2023-8-27 | Easily get up and running with large language models locally. |


## 📰 History
Expand Down
138 changes: 71 additions & 67 deletions data/metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,135 +1,139 @@
# Autogenerated by update_stars.py
https://github.com/AntonOsika/gpt-engineer:
created: '2023-04-29T12:52:15'
stars: 48556
updated: '2024-01-19T14:31:34.267174'
stars: 48806
updated: '2024-02-01T10:15:20.976348'
https://github.com/David-Kunz/gen.nvim:
created: '2023-09-30T09:28:53'
stars: 521
updated: '2024-01-19T14:31:34.394881'
stars: 553
updated: '2024-02-01T10:15:21.109241'
https://github.com/ErikBjare/gptme:
created: '2023-03-24T16:25:01'
stars: 169
updated: '2024-01-19T14:31:34.529251'
stars: 175
updated: '2024-02-01T10:15:21.253915'
https://github.com/KillianLucas/open-interpreter:
created: '2023-07-14T07:10:44'
stars: 38706
updated: '2024-01-19T14:31:34.667726'
stars: 39743
updated: '2024-02-01T10:15:21.411208'
https://github.com/Lisoveliy/StarCoderEx:
created: '2023-05-05T11:15:34'
stars: 95
updated: '2024-01-19T14:31:34.819643'
stars: 97
updated: '2024-02-01T10:15:21.562803'
https://github.com/Pythagora-io/gpt-pilot:
created: '2023-08-16T11:56:07'
stars: 20853
updated: '2024-01-19T14:31:34.959842'
stars: 21214
updated: '2024-02-01T10:15:21.718034'
https://github.com/TabbyML/tabby:
created: '2023-03-16T09:18:01'
stars: 15147
updated: '2024-01-19T14:31:35.117058'
stars: 15408
updated: '2024-02-01T10:15:21.882321'
https://github.com/agentcasa/doda:
created: '2023-11-15T23:00:04'
stars: 129
updated: '2024-01-19T14:31:35.261520'
updated: '2024-02-01T10:15:22.011757'
https://github.com/bigcode-project/starcoder:
created: '2023-04-24T12:32:21'
stars: 6794
updated: '2024-01-19T14:31:35.405405'
stars: 6827
updated: '2024-02-01T10:15:22.165402'
https://github.com/biobootloader/mentat:
created: '2023-07-25T18:00:13'
stars: 2032
updated: '2024-01-19T14:31:35.591922'
stars: 2087
updated: '2024-02-01T10:15:22.369483'
https://github.com/continuedev/continue:
created: '2023-05-24T03:39:39'
stars: 6128
updated: '2024-01-19T14:31:35.716669'
stars: 6571
updated: '2024-02-01T10:15:22.531910'
https://github.com/danielgross/localpilot:
created: '2023-10-01T22:20:04'
stars: 3148
updated: '2024-01-19T14:31:35.840210'
stars: 3171
updated: '2024-02-01T10:15:22.652891'
https://github.com/davidfant/terminal-x:
created: '2021-09-07T23:15:08'
stars: 30
updated: '2024-01-19T14:31:35.990901'
updated: '2024-02-01T10:15:22.818302'
https://github.com/dbpunk-labs/octogen:
created: '2023-09-08T16:38:49'
stars: 232
updated: '2024-01-19T14:31:36.135608'
stars: 233
updated: '2024-02-01T10:15:22.961275'
https://github.com/ennucore/clippinator:
created: '2023-04-17T10:25:15'
stars: 272
updated: '2024-01-19T14:31:36.257539'
stars: 274
updated: '2024-02-01T10:15:23.097980'
https://github.com/facebookresearch/codellama:
created: '2023-08-24T14:25:15'
stars: 12028
updated: '2024-01-19T14:31:36.395121'
stars: 12825
updated: '2024-02-01T10:15:23.240382'
https://github.com/fauxpilot/fauxpilot:
created: '2022-08-03T02:14:22'
stars: 13814
updated: '2024-01-19T14:31:36.533765'
stars: 13893
updated: '2024-02-01T10:15:23.374871'
https://github.com/freckletonj/uniteai:
created: '2023-06-09T03:33:05'
stars: 198
updated: '2024-01-19T14:31:36.666374'
stars: 202
updated: '2024-02-01T10:15:23.526178'
https://github.com/getcursor/cursor:
created: '2023-03-12T00:19:42'
stars: 19074
updated: '2024-01-19T14:31:36.835594'
stars: 19194
updated: '2024-02-01T10:15:23.672019'
https://github.com/github/copilot.vim:
created: '2021-10-20T18:29:13'
stars: 6888
updated: '2024-01-19T14:31:36.980111'
stars: 6974
updated: '2024-02-01T10:15:23.820052'
https://github.com/huggingface/huggingface-vscode:
created: '2023-02-16T11:00:36'
stars: 944
updated: '2024-01-19T14:31:37.196033'
stars: 962
updated: '2024-02-01T10:15:24.029090'
https://github.com/jmorganca/ollama:
created: '2023-06-26T19:39:32'
stars: 31895
updated: '2024-01-19T14:31:37.319149'
stars: 34524
updated: '2024-02-01T10:15:24.268445'
https://github.com/lufixSch/LocalCompletion:
created: '2023-10-29T14:17:47'
stars: 13
updated: '2024-01-19T14:31:37.451132'
stars: 15
updated: '2024-02-01T10:15:24.408018'
https://github.com/morph-labs/rift:
created: '2023-06-14T00:33:53'
stars: 2917
updated: '2024-01-19T14:31:37.581178'
stars: 2940
updated: '2024-02-01T10:15:24.553710'
https://github.com/mzbac/wizardCoder-vsc:
created: '2023-06-19T06:47:16'
stars: 129
updated: '2024-01-19T14:31:37.719459'
stars: 131
updated: '2024-02-01T10:15:24.698883'
https://github.com/paul-gauthier/aider:
created: '2023-05-09T18:57:49'
stars: 6004
updated: '2024-01-19T14:31:37.854987'
stars: 6212
updated: '2024-02-01T10:15:24.844969'
https://github.com/ravenscroftj/turbopilot:
created: '2023-04-09T16:46:33'
stars: 3842
updated: '2024-01-19T14:31:37.978227'
stars: 3837
updated: '2024-02-01T10:15:24.976173'
https://github.com/rjmacarthy/twinny:
created: '2023-08-21T14:10:35'
stars: 400
updated: '2024-02-01T10:15:26.243974'
https://github.com/smallcloudai/refact:
created: '2023-04-19T06:43:51'
stars: 1222
updated: '2024-01-19T14:31:38.122024'
stars: 1256
updated: '2024-02-01T10:15:25.113798'
https://github.com/srikanth235/privy:
created: '2023-12-18T06:20:08'
stars: 304
updated: '2024-01-19T14:31:39.198831'
stars: 638
updated: '2024-02-01T10:15:25.261881'
https://huggingface.co/Phind/Phind-CodeLlama-34B-v2:
stars: 642
updated: '2024-01-19T14:31:38.267428'
stars: 669
updated: '2024-02-01T10:15:25.377384'
https://huggingface.co/WizardLM/WizardCoder-15B-V1.0:
stars: 704
updated: '2024-01-19T14:31:38.461546'
stars: 712
updated: '2024-02-01T10:15:25.476125'
https://huggingface.co/WizardLM/WizardCoder-Python-34B-V1.0:
stars: 709
updated: '2024-01-19T14:31:38.555560'
stars: 718
updated: '2024-02-01T10:15:25.557435'
https://huggingface.co/bigcode/santacoder:
stars: 314
updated: '2024-01-19T14:31:38.825777'
stars: 316
updated: '2024-02-01T10:15:25.836835'
https://huggingface.co/replit/replit-code-v1-3b:
stars: 705
updated: '2024-01-19T14:31:38.910838'
stars: 708
updated: '2024-02-01T10:15:25.917445'
https://huggingface.co/sahil2801/replit-code-instruct-glaive:
stars: 87
updated: '2024-01-19T14:31:38.985715'
updated: '2024-02-01T10:15:25.992500'

0 comments on commit 60afbdf

Please sign in to comment.