Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
jiahuei committed May 31, 2024
1 parent a1e74f3 commit aa8755b
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,13 @@ Focus on defining "what" you want to achieve rather than "how" to achieve it.
$ cd JamAIBase
```

2. Launch the Docker containers by running one of these:
2. Add your API keys into `.env`:

```
OPENAI_API_KEY=your_key
```

3. Launch the Docker containers by running one of these:

```shell
# CPU-only
Expand All @@ -121,6 +127,12 @@ Focus on defining "what" you want to achieve rather than "how" to achieve it.
$ docker compose -f docker/compose.nvidia.yml up --quiet-pull -d
```

4. Try it out:

```shell
$ curl localhost:6969/api/v1/models
```

### Explore the Documentation:

- [API Documentation](https://jamaibase.readme.io)
Expand Down

0 comments on commit aa8755b

Please sign in to comment.