Code Completion Tools: Difference between revisions
Line 8: | Line 8: | ||
==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