Skip to content

Commit

Permalink
0.10.3
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Jan 28, 2025
1 parent aaa3511 commit f5cef69
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# CHANGELOG


## v0.10.3 (2025-01-28)

### Bug Fixes

- Allow access via http
([`aaa3511`](https://github.com/fhswf/wahl-o-chat/commit/aaa3511329adb0009bada713fba76154e365bcbd))


## v0.10.2 (2025-01-28)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion gr_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

load_dotenv(find_dotenv())

__version__ = "0.10.2"
__version__ = "0.10.3"

OPENAI_API_KEY = os.getenv("OPENAI_API_KEY")
DATABASE_PATH = "./chroma/"
Expand Down
2 changes: 1 addition & 1 deletion k8s/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
automountServiceAccountToken: false
containers:
- name: wahl-o-chat
image: ghcr.io/fhswf/wahl-o-chat:0.10.2
image: ghcr.io/fhswf/wahl-o-chat:0.10.3
env:
- name: OPENAI_API_KEY
valueFrom:
Expand Down

0 comments on commit f5cef69

Please sign in to comment.