This is the Fabelous autocoder. It is based on the Ollama Autocoder Extension
Go to file
Nathan Hedge 4f26bf3af3
settings only update on config change, better progress reporting, changed name, added README and icon, added categories & keywords, changed activation event
2023-12-20 18:27:42 -06:00
.vscode forgot to start a git history 2023-12-20 03:36:55 -06:00
src settings only update on config change, better progress reporting, changed name, added README and icon, added categories & keywords, changed activation event 2023-12-20 18:27:42 -06:00
.eslintrc.js forgot to start a git history 2023-12-20 03:36:55 -06:00
.gitignore forgot to start a git history 2023-12-20 03:36:55 -06:00
LICENSE forgot to start a git history 2023-12-20 03:36:55 -06:00
README.md settings only update on config change, better progress reporting, changed name, added README and icon, added categories & keywords, changed activation event 2023-12-20 18:27:42 -06:00
icon.png settings only update on config change, better progress reporting, changed name, added README and icon, added categories & keywords, changed activation event 2023-12-20 18:27:42 -06:00
package.json settings only update on config change, better progress reporting, changed name, added README and icon, added categories & keywords, changed activation event 2023-12-20 18:27:42 -06:00
tsconfig.json forgot to start a git history 2023-12-20 03:36:55 -06:00

README.md

Ollama Autocoder

A simple to use Ollama autocompletion engine with options exposed.

Requirements

  • Ollama must be serving on the API endpoint applied in settings
    • For installation of Ollama, visit ollama.ai
  • Ollama must have the model applied in settings installed.
  • For fastest results, an Nvidia GPU or Apple Silicon is recommended. CPU still works on small models.

How to Use

  1. In a text document, press space or go to a new line. The option Autocomplete with Ollama will appear. Press enter to start generation.
  2. After startup, the tokens will be streamed to your cursor.
  3. To stop the generation early, press the "Cancel" button on the "Ollama Autocoder" notification
  4. Once generation stops, the notification will disappear.