Code Completion Tools: Difference between revisions
No edit summary |
|||
(One intermediate revision by the same user not shown) | |||
Line 5: | Line 5: | ||
* [https://aws.amazon.com/codewhisperer/ Amazon CodeWhisperer] - free for individuals, $19/mo for businesses | * [https://aws.amazon.com/codewhisperer/ Amazon CodeWhisperer] - free for individuals, $19/mo for businesses | ||
* [https://codeium.com/ Codeium] - free for individuals, $12/mo for businesses | * [https://codeium.com/ Codeium] - free for individuals, $12/mo for businesses | ||
==Local== | ==Local== | ||
* [https://continue.dev/ Continue] - VS code extension which supports local and commercial LLMs. | * [https://continue.dev/ Continue] - VS code extension which supports local and commercial LLMs. | ||
===Servers=== | |||
Continue works with an LLM processing server. | |||
* https://ollama.com/ | |||
Models | |||
* [https://ai.meta.com/blog/code-llama-large-language-model-coding/ Code Llama] | |||
* [https://github.com/ibm-granite/granite-code-models IBM Granite] |
Latest revision as of 16:31, 8 May 2024
List of code completion tools
Hosted
- Github Copilot - $10/mo for individuals, $19/mo for businesses, free for students
- Amazon CodeWhisperer - free for individuals, $19/mo for businesses
- Codeium - free for individuals, $12/mo for businesses
Local
- Continue - VS code extension which supports local and commercial LLMs.
Servers
Continue works with an LLM processing server.
Models