dhbrojas/gopilot
Gopilot 🤖 is a (tiny) Large Language Model, trained on Go code, on a research budget
Gopilot helps Go developers by providing an AI assistant that suggests code completions as they type. It takes partial Go code as input and generates relevant code snippets or full lines of code, speeding up the development process. This tool is designed for Go programmers who want to write code more efficiently.
No commits in the last 6 months.
Use this if you are a Go developer looking for an open-source, lightweight code completion tool to assist with writing Go applications.
Not ideal if you need a production-ready, highly robust, or enterprise-grade code AI assistant, as this project is a research-budget academic effort.
Stars
35
Forks
1
Language
Python
License
MIT
Category
Last pushed
Jun 17, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/transformers/dhbrojas/gopilot"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
ggml-org/llama.vim
Vim plugin for LLM-assisted code/text completion
ggml-org/llama.vscode
VS Code extension for LLM-assisted code/text completion
DmitryNekrasov/ai-code-completion-idea-plugin
Implementation of IntelliJ IDEA code completion plugin using a local LLM.
10Nates/ollama-autocoder
A simple to use Ollama autocompletion engine with options exposed and streaming functionality
xNul/code-llama-for-vscode
Use Code Llama with Visual Studio Code and the Continue extension. A local LLM alternative to...