Skip to content

Commit 28fdee2

Browse files
committed
Update README with NPM badge and clarify Docker info
Added NPM version badge to README and clarified information about previous Docker image versions for better visibility and understanding.
1 parent ad2488a commit 28fdee2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
# API Proxy
22

33
[![Docker Pulls](https://img.shields.io/docker/pulls/aiql/api-proxy.svg)](https://hub.docker.com/r/aiql/api-proxy)
4+
[![NPM Version](https://img.shields.io/npm/v/%40ai-ql%2Fapi-proxy)](https://www.npmjs.com/package/@ai-ql/api-proxy)
45
[![LICENSE](https://img.shields.io/github/license/AI-QL/api-proxy)](https://github.com/AI-QL/api-proxy/blob/main/LICENSE)
56

6-
> The old version (version <= 2.0.0) could be found at: [![Docker Pulls](https://img.shields.io/docker/pulls/aiql/openai-proxy-docker.svg)](https://hub.docker.com/r/aiql/openai-proxy-docker)
7+
> The previous Docker image (version 2.0.0 and below) is available at:
8+
[![Docker Pulls](https://img.shields.io/docker/pulls/aiql/openai-proxy-docker.svg)](https://hub.docker.com/r/aiql/openai-proxy-docker)
79

810
This repository offers both Dockerized and local proxy solutions for accessing any API, with specialized support for popular interfaces like the OpenAI API. It enables simplified and streamlined interactions with various LLMs.
911

0 commit comments

Comments
 (0)