Skip to content

Commit 330e96f

Browse files
committed
Merge branch 'main' of github.com:fhswf/openai-proxy into main
2 parents 9be942a + ee99224 commit 330e96f

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [0.11.1](https://github.com/fhswf/openai-proxy/compare/v0.11.0...v0.11.1) (2025-02-17)
2+
3+
4+
### Bug Fixes
5+
6+
* add model in request log ([a62b2be](https://github.com/fhswf/openai-proxy/commit/a62b2bef599e1fe14242cebf75e46f310534e042))
7+
18
# [0.11.0](https://github.com/fhswf/openai-proxy/compare/v0.10.2...v0.11.0) (2025-02-17)
29

310

k8s/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ spec:
1919
io.kompose.service: proxy
2020
spec:
2121
containers:
22-
- image: ghcr.io/fhswf/openai-proxy:sha-1baf2a1
22+
- image: ghcr.io/fhswf/openai-proxy:sha-f8be43d
2323
name: proxy
2424
ports:
2525
- containerPort: 3000

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "openai-proxy",
3-
"version": "0.11.0",
3+
"version": "0.11.1",
44
"description": "Proxy for the OpenAI API",
55
"private": true,
66
"main": "lib/index.js",

0 commit comments

Comments
 (0)