Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/python273/eimi

Tree Comments / Threaded UI for LLMs | eimi.cns.wtf
https://github.com/python273/eimi

chatgpt gpt llm openai openrouter

Last synced: 2 months ago
JSON representation

Tree Comments / Threaded UI for LLMs | eimi.cns.wtf

Awesome Lists containing this project

README

        

# Eimi

Tree Comments UI for ChatGPT

https://eimi.cns.wtf/

## Dev

```
$ cd app/
$ npm i
$ npm run dev
```

```
$ pipenv sync
$ pipenv run uvicorn main:app --reload
```

## Prod

See `eimi-prod/` folder for `Dockerfile` and `docker-compose.yml`