Skip to content

Commit

Permalink
Update Mac instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-XT committed Apr 24, 2023
1 parent 16a0e37 commit 70807a4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ You're welcome to disregard this message, but if you do and the AI decides that
- [Key Features](#key-features)
- [Web Application Features](#web-application-features)
- [Quick Start](#quick-start)
- [Running a Mac?](#running-a-mac)
- [Not using OpenAI? No problem!](#not-using-openai-no-problem)
- [Configuration](#configuration)
- [API Endpoints](#api-endpoints)
Expand Down Expand Up @@ -101,6 +102,14 @@ docker compose up -d

4. Access the web interface at http://localhost

### Running a Mac?

You'll need to run `docker-compose` to build if the command above does not work.

```
docker-compose -f docker-compose-mac.yml up -d --build
```

### Not using OpenAI? No problem!
We are constantly trying to expand our AI provider support. Take a look at our Jupyter Notebooks for Quick starts for these:

Expand Down

0 comments on commit 70807a4

Please sign in to comment.