This is the Fabelous autocoder. It is based on the Ollama Autocoder Extension
Go to file
Falko Victor Habel 077f18c2f9 removed all unnessasarry input fields 2024-06-02 16:48:14 +02:00
.github/ISSUE_TEMPLATE Added labels to issue templates 2024-01-18 22:36:42 -06:00
.vscode forgot to start a git history 2023-12-20 03:36:55 -06:00
src removed all unnessasarry input fields 2024-06-02 16:48:14 +02:00
.eslintrc.js forgot to start a git history 2023-12-20 03:36:55 -06:00
.gitignore added vsix to gitignore 2023-12-20 18:32:02 -06:00
LICENSE corrected speeling misstake 2024-06-02 16:32:54 +02:00
README.md first commit as Fableous coder main changes commited 2024-06-02 15:42:29 +02:00
icon.png first commit as Fableous coder main changes commited 2024-06-02 15:42:29 +02:00
package.json removed all unnessasarry input fields 2024-06-02 16:48:14 +02:00
tsconfig.json forgot to start a git history 2023-12-20 03:36:55 -06:00

README.md

Fabelous Autocoder

A simple to use Ollama autocompletion engine with options exposed and streaming functionality

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.

How to Use

  1. In a text document, press space (or any character in the completion keys setting). The option Autocomplete with Ollama or a preview of the first line of autocompletion will appear. Press enter to start generation.
    • Alternatively, you can run the Autocomplete with Ollama command from the command pallete (or set a keybind).
  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 or type something.
  4. Once generation stops, the notification will disappear.

Notes

  • For fastest results, an Nvidia GPU or Apple Silicon is recommended. CPU still works on small models.
  • The prompt only sees behind the cursor. The model is unaware of text in front of its position.
  • For CPU-only, low end, or battery powered devices, it is highly recommended to disable the response preview option, as it automatically triggers the model. This will cause continue inline to be always on. You can also increase the preview delay time.
  • If you don't want inline generation to continue beyond the response preview, change the continue inline option in settings to false. This doesn't apply to the command pallete.