An open API service indexing awesome lists of open source software.

https://github.com/jongomez/lmed

llm based code editor
https://github.com/jongomez/lmed

Last synced: 8 months ago
JSON representation

llm based code editor

Awesome Lists containing this project

README

          

Browser based code editor with chat UI and code autocompletion - [lmed](https://lmed.vercel.app/)

## 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.