Skip to content

Commit 9c460f6

Browse files
authored
Update README.md
1 parent cd82a1c commit 9c460f6

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

README.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# OpenAI Proxy Docker
22

3+
[![Docker Pulls](https://img.shields.io/docker/pulls/aiql/openai-proxy-docker.svg)](https://hub.docker.com/r/aiql/openai-proxy-docker)
4+
[![LICENSE](https://img.shields.io/github/license/AI-QL/openai-proxy-docker)](https://github.com/AI-QL/openai-proxy-docker/blob/main/LICENSE)
5+
36
This repository provides a Dockerized proxy for accessing the OpenAI API, allowing for simplified and streamlined interaction with the model.
47

58
With the [Docker image](https://hub.docker.com/r/aiql/openai-proxy-docker), you can easily deploy a proxy instance to serve as a gateway between your application and the OpenAI API, reducing the complexity of API interactions and enabling more efficient development.
@@ -76,14 +79,15 @@ You can apply this approach to other APIs, such as Nvidia NIM:
7679
> For convenience, a readily available API is provided for those who prefer not to deploy it independently: `https://nvidia.aiql.com/v1/chat/completions`
7780
7881
```DOCKERFILE
79-
nvidia-proxy:
80-
image: aiql/openai-proxy-docker:latest
81-
container_name: nvidia-proxy
82-
environment:
83-
PORT: "9101"
84-
TARGET: "https://integrate.api.nvidia.com"
85-
restart: always
86-
network_mode: host
82+
services:
83+
nvidia-proxy:
84+
image: aiql/openai-proxy-docker:latest
85+
container_name: nvidia-proxy
86+
environment:
87+
PORT: "9101"
88+
TARGET: "https://integrate.api.nvidia.com"
89+
restart: always
90+
network_mode: host
8791
```
8892

8993
### Example 2

0 commit comments

Comments
 (0)