vzakharov / komple

autocomplete with AI on any website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chrome extension that displays an autocomplete suggestion in the currently active element, taking the suggestion from an external API.

  • Load unpacked (for now)
  • Press Alt+K (Cmd+K on a Mac) to configure endpoint, api key,and other settings if you want.
  • You can add as many endpoints as you want, with different parameters such as temperature, number of tokens, etc., according to the specific API’s requirements.
  • While typing, press Ctrl+Space to generate the autocomplete suggestion. Undo using standard keyboard shortcuts.
  • If you press Alt+K while in a text field, a helper popover will appear, where you can quickly switch between different endpoints using keyboard shortcuts, open the configuration modal, or copy the prompt that is used behind the scenes to clipboard.

It’s work in progress, so don’t expect it to work perfectly.

About

autocomplete with AI on any website


Languages

Language:JavaScript 98.9%Language:HTML 1.1%