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 Jan 19, 2024
1 parent ee01786 commit 10d8576
Show file tree
Hide file tree
Showing 2 changed files with 105 additions and 100 deletions.
67 changes: 34 additions & 33 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,18 +64,19 @@ Editor extensions used to complete code using LLMs:

| Name | Editor | :star: | Released | Notes |
| ------------- | -------- | ------- | -------- | --------- |
| [GitHub Copilot](https://github.com/github/copilot.vim) | VSCode, vim | 6434 | 2021-6-29 | The GitHub Original, not local or open-source. |
| [Cursor](https://github.com/getcursor/cursor) | VSCode | 18406 | 2023-3-14 | Fork of VSCode, not open-source |
| [Fauxpilot](https://github.com/fauxpilot/fauxpilot) | VSCode | 13463 | 2022-9-3 | Early local PoC. Stale? |
| [Tabby](https://github.com/TabbyML/tabby) | VSCode, vim, IntelliJ | 12703 | 2023-9-30 | Completes the cursor selection |
| [turbopilot](https://github.com/ravenscroftj/turbopilot) | VSCode | 3844 | 2023-4-10 | Completions with FIM support, inspired by fauxpilot |
| [HuggingFace-vscode](https://github.com/huggingface/huggingface-vscode) | VSCode | 860 | 2023-6-19 | Fork of Tabnine, supports Starcoder |
| [localpilot](https://github.com/danielgross/localpilot) | VSCode | 2967 | 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 | 89 | 2023-5-5 | Completes the cursor selection |
| [WizardCoder-VSC](https://github.com/mzbac/wizardCoder-vsc) | VSCode | 119 | 2023-6-19 | PoC, article available |
| [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 |
| [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 | 237 | 2023-10-1 | Edit selection using custom prompts |
| [uniteai](https://github.com/freckletonj/uniteai) | VSCode, emacs, lsp | 134 | 2023-8-27 | |
| [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. |


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

| Name | :star: | Released | Notes |
| -------------- | ------- | --------- | ----- |
| [gpt-engineer](https://github.com/AntonOsika/gpt-engineer) | 45630 | 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) | 14790 | 2023-7-18 | Very similar to gpt-engineer |
| [continue](https://github.com/continuedev/continue) | 5110 | 2023-5-24 | VSCode extension. Task-based autocomplete |
| [aider](https://github.com/paul-gauthier/aider) | 5014 | 2023-6-8 | AI pair programming in your terminal, works well with pre-existing, larger codebases |
| [rift](https://github.com/morph-labs/rift) | 2823 | 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) | 1791 | 2023-7-25 | Mentat coordinates edits across multiple locations and files. |
| [clippinator](https://github.com/ennucore/clippinator) | 262 | 2023-4-15 | Uses a team of agents to plan, write, debug, and test |
| [Refact.AI](https://github.com/smallcloudai/refact) | 1110 | 2023-10-06 | Full self-hostable code completion, chat and training service, complete with VSCode extension. |
| [LocalCompletion](https://github.com/lufixSch/LocalCompletion) | 0 | 2023-11-15 | Inline completion with support for any OpenAI compatible backend |
| [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 |


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

| Name | :star: | Notes |
| -------------- | ------- | --------- |
| [open-interpreter](https://github.com/KillianLucas/open-interpreter) | 33793 | open-source, locally running implementation of OpenAI's Code Interpreter |
| [gptme](https://github.com/ErikBjare/gptme) | 121 | Supporting open models. Developed by me, @ErikBjare |
| [octogen](https://github.com/dbpunk-labs/octogen) | 218 | Local Code Interpreter executing in Docker environment. |
| [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. |
| [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) | 93 | Electron based GUI for a local OpenAI Dev Assistant |
| [DODA](https://github.com/agentcasa/doda) | 129 | Electron based GUI for a local OpenAI Dev Assistant |


## 🤖 Models
Expand All @@ -115,14 +116,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 | 502 | 2023-8-27 | |
| [WizardCoder-Python](https://huggingface.co/WizardLM/WizardCoder-Python-34B-V1.0) | 7/13/34B | Python | 658 | 2023-8 | |
| [CodeLlama](https://github.com/facebookresearch/codellama) | 7/13/34B | Many | 11092 | 2023-8 | |
| [WizardCoder](https://huggingface.co/WizardLM/WizardCoder-15B-V1.0) | 15B | 80+ | 661 | 2023-6 | Fine-tuning of Starcoder |
| [replit-glaive](https://huggingface.co/sahil2801/replit-code-instruct-glaive) | 3B | 1? | 85 | 2023-7 | Small model fine-tuned on high-quality data with impressive performance. |
| [Starcoder](https://github.com/bigcode-project/starcoder) | 15B | 80+ | 6595 | 2023-5 | |
| [replit-v1-3b](https://huggingface.co/replit/replit-code-v1-3b) | 3B | 20+ | 698 | 2023-5 | |
| [SantaCoder](https://huggingface.co/bigcode/santacoder) | 1.1B | Python, Java, JavaScript | 305 | 2023-4 | Tiny model selectively trained on 3 languages from 'The Stack' |
| [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 |
| [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' |


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

| Name | :star: | Released | Notes |
| ------------------------------- | ------- | ---------- | ------- |
| [ollama](https://github.com/jmorganca/ollama) | 17272 | 2023-8-27 | Easily get up and running with large language models locally. |
| [ollama](https://github.com/jmorganca/ollama) | 31895 | 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,131 +1,135 @@
# Autogenerated by update_stars.py
https://github.com/AntonOsika/gpt-engineer:
created: '2023-04-29T12:52:15'
stars: 45630
updated: '2023-11-16T07:02:38.276416'
stars: 48556
updated: '2024-01-19T14:31:34.267174'
https://github.com/David-Kunz/gen.nvim:
created: '2023-09-30T09:28:53'
stars: 237
updated: '2023-11-16T07:02:38.390597'
stars: 521
updated: '2024-01-19T14:31:34.394881'
https://github.com/ErikBjare/gptme:
created: '2023-03-24T16:25:01'
stars: 121
updated: '2023-11-16T07:02:38.513536'
stars: 169
updated: '2024-01-19T14:31:34.529251'
https://github.com/KillianLucas/open-interpreter:
created: '2023-07-14T07:10:44'
stars: 33793
updated: '2023-11-16T07:02:38.639200'
stars: 38706
updated: '2024-01-19T14:31:34.667726'
https://github.com/Lisoveliy/StarCoderEx:
created: '2023-05-05T11:15:34'
stars: 89
updated: '2023-11-16T07:02:38.768221'
stars: 95
updated: '2024-01-19T14:31:34.819643'
https://github.com/Pythagora-io/gpt-pilot:
created: '2023-08-16T11:56:07'
stars: 14790
updated: '2023-11-16T07:02:38.893185'
stars: 20853
updated: '2024-01-19T14:31:34.959842'
https://github.com/TabbyML/tabby:
created: '2023-03-16T09:18:01'
stars: 12703
updated: '2023-11-16T07:02:39.020376'
stars: 15147
updated: '2024-01-19T14:31:35.117058'
https://github.com/agentcasa/doda:
created: '2023-11-15T23:00:04'
stars: 93
updated: '2023-11-17T12:34:06.453493'
stars: 129
updated: '2024-01-19T14:31:35.261520'
https://github.com/bigcode-project/starcoder:
created: '2023-04-24T12:32:21'
stars: 6595
updated: '2023-11-16T07:02:39.148319'
stars: 6794
updated: '2024-01-19T14:31:35.405405'
https://github.com/biobootloader/mentat:
created: '2023-07-25T18:00:13'
stars: 1791
updated: '2023-11-16T07:02:39.328247'
stars: 2032
updated: '2024-01-19T14:31:35.591922'
https://github.com/continuedev/continue:
created: '2023-05-24T03:39:39'
stars: 5110
updated: '2023-11-16T07:02:39.442827'
stars: 6128
updated: '2024-01-19T14:31:35.716669'
https://github.com/danielgross/localpilot:
created: '2023-10-01T22:20:04'
stars: 2967
updated: '2023-11-16T07:02:39.553350'
stars: 3148
updated: '2024-01-19T14:31:35.840210'
https://github.com/davidfant/terminal-x:
created: '2021-09-07T23:15:08'
stars: 30
updated: '2023-11-16T07:02:39.674581'
updated: '2024-01-19T14:31:35.990901'
https://github.com/dbpunk-labs/octogen:
created: '2023-09-08T16:38:49'
stars: 218
updated: '2023-11-16T07:02:39.802119'
stars: 232
updated: '2024-01-19T14:31:36.135608'
https://github.com/ennucore/clippinator:
created: '2023-04-17T10:25:15'
stars: 262
updated: '2023-11-16T07:02:39.924779'
stars: 272
updated: '2024-01-19T14:31:36.257539'
https://github.com/facebookresearch/codellama:
created: '2023-08-24T14:25:15'
stars: 11092
updated: '2023-11-16T07:02:40.058311'
stars: 12028
updated: '2024-01-19T14:31:36.395121'
https://github.com/fauxpilot/fauxpilot:
created: '2022-08-03T02:14:22'
stars: 13463
updated: '2023-11-16T07:02:40.169017'
stars: 13814
updated: '2024-01-19T14:31:36.533765'
https://github.com/freckletonj/uniteai:
created: '2023-06-09T03:33:05'
stars: 134
updated: '2023-11-16T07:02:40.292561'
stars: 198
updated: '2024-01-19T14:31:36.666374'
https://github.com/getcursor/cursor:
created: '2023-03-12T00:19:42'
stars: 18406
updated: '2023-11-16T07:02:40.417698'
stars: 19074
updated: '2024-01-19T14:31:36.835594'
https://github.com/github/copilot.vim:
created: '2021-10-20T18:29:13'
stars: 6434
updated: '2023-11-16T07:02:40.539353'
stars: 6888
updated: '2024-01-19T14:31:36.980111'
https://github.com/huggingface/huggingface-vscode:
created: '2023-02-16T11:00:36'
stars: 860
updated: '2023-11-16T07:02:40.704478'
stars: 944
updated: '2024-01-19T14:31:37.196033'
https://github.com/jmorganca/ollama:
created: '2023-06-26T19:39:32'
stars: 17272
updated: '2023-11-16T07:02:40.845362'
stars: 31895
updated: '2024-01-19T14:31:37.319149'
https://github.com/lufixSch/LocalCompletion:
created: '2023-10-29T14:17:47'
stars: 0
updated: '2023-11-16T07:02:42.773582'
stars: 13
updated: '2024-01-19T14:31:37.451132'
https://github.com/morph-labs/rift:
created: '2023-06-14T00:33:53'
stars: 2823
updated: '2023-11-16T07:02:40.957247'
stars: 2917
updated: '2024-01-19T14:31:37.581178'
https://github.com/mzbac/wizardCoder-vsc:
created: '2023-06-19T06:47:16'
stars: 119
updated: '2023-11-16T07:02:41.071994'
stars: 129
updated: '2024-01-19T14:31:37.719459'
https://github.com/paul-gauthier/aider:
created: '2023-05-09T18:57:49'
stars: 5014
updated: '2023-11-16T07:02:41.183966'
stars: 6004
updated: '2024-01-19T14:31:37.854987'
https://github.com/ravenscroftj/turbopilot:
created: '2023-04-09T16:46:33'
stars: 3844
updated: '2023-11-16T07:02:41.293782'
stars: 3842
updated: '2024-01-19T14:31:37.978227'
https://github.com/smallcloudai/refact:
created: '2023-04-19T06:43:51'
stars: 1110
updated: '2023-11-16T07:02:41.422795'
stars: 1222
updated: '2024-01-19T14:31:38.122024'
https://github.com/srikanth235/privy:
created: '2023-12-18T06:20:08'
stars: 304
updated: '2024-01-19T14:31:39.198831'
https://huggingface.co/Phind/Phind-CodeLlama-34B-v2:
stars: 502
updated: '2023-11-16T07:02:41.607090'
stars: 642
updated: '2024-01-19T14:31:38.267428'
https://huggingface.co/WizardLM/WizardCoder-15B-V1.0:
stars: 661
updated: '2023-11-16T07:02:41.763549'
stars: 704
updated: '2024-01-19T14:31:38.461546'
https://huggingface.co/WizardLM/WizardCoder-Python-34B-V1.0:
stars: 658
updated: '2023-11-16T07:02:41.894854'
stars: 709
updated: '2024-01-19T14:31:38.555560'
https://huggingface.co/bigcode/santacoder:
stars: 305
updated: '2023-11-16T07:02:42.322315'
stars: 314
updated: '2024-01-19T14:31:38.825777'
https://huggingface.co/replit/replit-code-v1-3b:
stars: 698
updated: '2023-11-16T07:02:42.450574'
stars: 705
updated: '2024-01-19T14:31:38.910838'
https://huggingface.co/sahil2801/replit-code-instruct-glaive:
stars: 85
updated: '2023-11-16T07:02:42.577485'
stars: 87
updated: '2024-01-19T14:31:38.985715'

0 comments on commit 10d8576

Please sign in to comment.