Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey-kondratov authored Aug 20, 2024
1 parent 419de81 commit 539ec18
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ If you have a cat that needs pills given to him on a regular schedule, and you s
- (optional) an Azure OpenAI `gpt-4o-mini` or similar language model (takes approx. 200 input and 500 output tokens for every 20 reminders, which amounts to 0.011972 EUR per year if reminders are set to be sent twice a day)
- (optional) a Postgres DB server to store messages from AI

## Configuration

Create a `docker-compose.yml`:
## Run

```sh
docker run ghcr.io/andrey-kondratov/pills-bot \
Expand All @@ -27,7 +25,7 @@ docker run ghcr.io/andrey-kondratov/pills-bot \
-e CONNECTIONSTRINGS__PILLSBOTDBCONTEXT: <YOUR_POSTGRES_DB_CONNECTION>
```

If you prefer not to use Azure OpenAI and simply send a static message:
If you prefer not to use Azure OpenAI and send a static message:

```sh
docker run ghcr.io/andrey-kondratov/pills-bot \
Expand Down

0 comments on commit 539ec18

Please sign in to comment.