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 Apr 9, 2024
2 parents ef901e9 + dd639de commit 1b91f6f
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.8.4](https://github.com/fhswf/openai-proxy/compare/v0.8.3...v0.8.4) (2024-04-06)


### Bug Fixes

* **development:** cors issue ([e8b01af](https://github.com/fhswf/openai-proxy/commit/e8b01aff2a3453be58c70f3307a01dec5305b268))

## [0.8.3](https://github.com/fhswf/openai-proxy/compare/v0.8.2...v0.8.3) (2024-04-06)


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-53e1486
- image: ghcr.io/fhswf/openai-proxy:sha-eee8465
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.8.3",
"version": "0.8.4",
"description": "Proxy for the OpenAI API",
"private": true,
"main": "lib/index.js",
Expand Down

0 comments on commit 1b91f6f

Please sign in to comment.