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 19, 2024
2 parents aa25429 + 78c5819 commit 63593ef
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.1.7](https://github.com/fhswf/openai-proxy/compare/v0.1.6...v0.1.7) (2024-03-19)


### Bug Fixes

* config redirect_uris ([a328199](https://github.com/fhswf/openai-proxy/commit/a3281995a072090a70e827ab94eafdeed3ab5a2c))

## [0.1.6](https://github.com/fhswf/openai-proxy/compare/v0.1.5...v0.1.6) (2024-03-19)


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-ab77fbf
- image: ghcr.io/fhswf/openai-proxy:sha-cc43437
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.1.6",
"version": "0.1.7",
"description": "Proxy for the OpenAI API",
"private": true,
"main": "lib/index.js",
Expand Down

0 comments on commit 63593ef

Please sign in to comment.