Skip to content

ElDjeee/edwin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Edwin

Desktop chat app (PySide6) with pluggable LLM backends, optional tool routing, and optional embeddings.

Install

From the repo root:

  • Minimal runtime (UI + settings):
    • pip install -e .
  • Full feature set (LLM backends + embeddings) + dev tools:
    • pip install -e '.[full,dev]'

Run

  • edwin

Environment variables

Settings are read from env vars with the EDWIN_ prefix (for example EDWIN_REPLY_BACKEND). For OpenAI usage, set OPENAI_API_KEY.

You can use the env-example.txt file. Just copy-paste it in a .env file and copy your API KEY at the OPENAI_API_KEY var, if needed.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages