Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 772 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 772 Bytes

Browser based code editor with chat UI and code autocompletion - lmed

Features

  1. Chat UI - Easy access language model chat interface.
  2. Automatic code completion - basic copilot-like functionality. Press ctrl+enter to trigger.
  3. File System Access API - This feature allows you to open files from your local PC and save them in the browser. These files are saved on your local file system. Please be aware that this functionality is not supported by all browsers.
  4. Terminal - only available locally.

How to run locally

  1. Install the dependencies: yarn install
  2. Run the development server: yarn dev

Beta Status

This project is currently in Beta. Any help identifying bugs would be greatly appreciated.