File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
3
4
+ ## v0.10.3 (2025-01-28)
5
+
6
+ ### Bug Fixes
7
+
8
+ - Allow access via http
9
+ ([ ` aaa3511 ` ] ( https://github.com/fhswf/wahl-o-chat/commit/aaa3511329adb0009bada713fba76154e365bcbd ) )
10
+
11
+
4
12
## v0.10.2 (2025-01-28)
5
13
6
14
### Bug Fixes
Original file line number Diff line number Diff line change 29
29
30
30
load_dotenv (find_dotenv ())
31
31
32
- __version__ = "0.10.2 "
32
+ __version__ = "0.10.3 "
33
33
34
34
OPENAI_API_KEY = os .getenv ("OPENAI_API_KEY" )
35
35
DATABASE_PATH = "./chroma/"
Original file line number Diff line number Diff line change 16
16
automountServiceAccountToken : false
17
17
containers :
18
18
- name : wahl-o-chat
19
- image : ghcr.io/fhswf/wahl-o-chat:0.10.2
19
+ image : ghcr.io/fhswf/wahl-o-chat:0.10.3
20
20
env :
21
21
- name : OPENAI_API_KEY
22
22
valueFrom :
You can’t perform that action at this time.
0 commit comments