Skip to content

Commit

Permalink
Make docker run for OpenAI protocol a single line
Browse files Browse the repository at this point in the history
  • Loading branch information
rakyll committed Sep 9, 2024
1 parent 3ef87d2 commit d5b0391
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,7 @@ $ export GEMINI_API_KEY=<insert key>
Run the binary:

```sh
$ docker run \
-p 5555:5555 \
-e GEMINI_API_KEY=$GEMINI_API_KEY \
googlegemini/proxy-to-gemini
$ docker run -p 5555:5555 -e GEMINI_API_KEY=$GEMINI_API_KEY googlegemini/proxy-to-gemini
2024/07/20 19:35:21 Starting server on :5555
```

Expand Down

0 comments on commit d5b0391

Please sign in to comment.