Code Completion Tools: Difference between revisions

From David's Wiki
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

Local

  • Continue - VS code extension which supports local and commercial LLMs.


Servers

Continue works with an LLM processing server.

Models