File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
Ponder
2
2
-------
3
3
###### OpenAI Powered Chat Tool
4
- [ ![ main] ( https://github.com/seemywingz/ponder/actions/workflows/dockerBuildX.yml/badge.svg?branch=main )] ( https://github.com/seemywingz/ponder/actions/workflows/dockerBuildX.yml )
4
+ [ ![ main] ( https://github.com/seemywingz/ponder/actions/workflows/dockerBuildX.yml/badge.svg?branch=v0.4.2 )] ( https://github.com/seemywingz/ponder/actions/workflows/dockerBuildX.yml )
5
5
6
6
7
7
# Install
@@ -73,7 +73,7 @@ ponder image "a ferocious cat with wings and fire"
73
73
74
74
Ponder
75
75
GitHub: https://github.com/seemywingz/ponder
76
- App Version: v0.4.1
76
+ App Version: v0.4.2
77
77
78
78
Ponder uses OpenAI' s API to generate text responses to user input.
79
79
Or whatever else you can think of. 🤔
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ import (
15
15
)
16
16
17
17
var ponderMessages = []goai.Message {}
18
- var APP_VERSION = "v0.4.1 "
18
+ var APP_VERSION = "v0.4.2 "
19
19
var ai * goai.Client
20
20
21
21
var verbose ,
Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ type: application
15
15
# This is the chart version. This version number should be incremented each time you make changes
16
16
# to the chart and its templates, including the app version.
17
17
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18
- version : v0.4.1
18
+ version : v0.4.2
19
19
20
20
# This is the version number of the application being deployed. This version number should be
21
21
# incremented each time you make changes to the application. Versions are not expected to
22
22
# follow Semantic Versioning. They should reflect the version the application is using.
23
23
# It is recommended to use it with quotes.
24
- appVersion : " v0.4.1 "
24
+ appVersion : " v0.4.2 "
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ replicaCount: 1
6
6
image :
7
7
repository : ghcr.io/seemywingz/ponder
8
8
pullPolicy : Always
9
- tag : v0.4.1
9
+ tag : v0.4.2
10
10
11
11
imagePullSecrets : []
12
12
nameOverride : " "
You can’t perform that action at this time.
0 commit comments