Skip to content

Commit

Permalink
Merge branch 'main' of github.com:fhswf/openai-proxy into main
Browse files Browse the repository at this point in the history
  • Loading branch information
cgawron committed Mar 21, 2024
2 parents 779df19 + 311310d commit 1b21370
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [0.3.2](https://github.com/fhswf/openai-proxy/compare/v0.3.1...v0.3.2) (2024-03-21)


### Bug Fixes

* **db:** getting the collection ([b87397f](https://github.com/fhswf/openai-proxy/commit/b87397febf119d6d61e72b8a03f8ad13e5274a7a))

## [0.3.1](https://github.com/fhswf/openai-proxy/compare/v0.3.0...v0.3.1) (2024-03-21)


Expand Down
2 changes: 1 addition & 1 deletion k8s/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
io.kompose.service: proxy
spec:
containers:
- image: ghcr.io/fhswf/openai-proxy:sha-03c141e
- image: ghcr.io/fhswf/openai-proxy:sha-859e50f
name: proxy
ports:
- containerPort: 3000
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "openai-proxy",
"version": "0.3.1",
"version": "0.3.2",
"description": "Proxy for the OpenAI API",
"private": true,
"main": "lib/index.js",
Expand Down

0 comments on commit 1b21370

Please sign in to comment.