Skip to content

Commit

Permalink
Published to PyPi
Browse files Browse the repository at this point in the history
  • Loading branch information
slashtechno committed May 5, 2024
1 parent a2ca731 commit ce76bba
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.env
*venv/
__pycache__/
dist/
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Interact with Large Language Models (LLMs) via email.
## Prerequisites
### Python
- Python ^3.11
- Poetry <!-- (optional) -->
- Poetry (optional)
- An API key from an OpenAI-compatible API
- At the time of writing, [OpenRouter](https://openrouter.ai/docs#models) provides free access to select models
- Right now, they are the only provider that will work due to the model being hard-coded (for now)
Expand All @@ -21,12 +21,12 @@ Cloning the repository is not required when installing from PyPi but is required
2. `cd` into the cloned repository
3. Install with [Poetry](https://python-poetry.org/) <!-- or [Docker](https://www.docker.com/) -->

<!--

#### Installing from PyPi with pip (recommended)
This assumes you have the correct version of Python installed
1. `pip install llmail`
a. You may need to use `pip3` instead of `pip`
2. `llmail` -->
2. `llmail`

#### Poetry
1. `poetry install`
Expand Down
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name = "llmail"
version = "0.1.0"
description = "Interact with LLMs via email"
authors = ["slashtechno <[email protected]>"]
repository = "https://github.com/slashtechno/llmail"
keywords = ["llm", "email", "ai", "openai"]
license = "GNU AGPLv3"
readme = "README.md"

Expand Down

0 comments on commit ce76bba

Please sign in to comment.