Skip to content

Commit

Permalink
Merge branch 'main' into ollama_model
Browse files Browse the repository at this point in the history
  • Loading branch information
Juan I. de Elizalde committed Oct 24, 2023
2 parents e6ed53c + cdbdca0 commit 98403b3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@ Leveraging the power of Next.js and Supabase, it offers a user-friendly and robu

- **[OpenAI](https://openai.com/)**
- GPT-3.5-Turbo
- GPT 4
- GPT-3.5-Turbo-16k
- GPT-4
- GPT-4-32k
- **[Anthropic](https://www.anthropic.com/)**
- Claude Instant 1 (100k)
- Claude 2 (100k)
Expand Down Expand Up @@ -117,7 +119,7 @@ Or run with Docker:

```sh
docker build -t unsaged . --rm
docker run --env-file=.env.local -p 3000:3000 --name unsaged unsaged
docker run --env-file=.env.local -p 127.0.0.1:3000:3000 --name unsaged unsaged
```

### (Optional) Step 8. Provide API Keys in .env.local
Expand Down

0 comments on commit 98403b3

Please sign in to comment.