Skip to content

Commit

Permalink
version update
Browse files Browse the repository at this point in the history
  • Loading branch information
seemywingz committed Dec 21, 2024
1 parent 0865abc commit 82d9d15
Show file tree
Hide file tree
Showing 6 changed files with 75 additions and 97 deletions.
2 changes: 1 addition & 1 deletion .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ ponder image "a ferocious cat with wings and fire"
Ponder
GitHub: https://github.com/seemywingz/ponder
App Version: v0.4.0
App Version: v0.4.1
Ponder uses OpenAI's API to generate text responses to user input.
Or whatever else you can think of. 🤔
Expand Down
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
)

var ponderMessages = []goai.Message{}
var APP_VERSION = "v0.4.0"
var APP_VERSION = "v0.4.1"
var ai *goai.Client

var verbose,
Expand Down
10 changes: 0 additions & 10 deletions files/config
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,6 @@ openAI_chat_systemMessage: |
You're designed to understand context, follow conversations, handle complex instructions, and learn from interactions.
Your goal is to make the user's experience as seamless and productive as possible.

radio_notificationSound: "~/.ponder/audio/notify.mp3"

# radio_systemMessage: |
# You are an AI ham radio operator.
# Your call sign is WSCE496.
# Use HAM radio appropriate etiquette.
# Use the NATO phonetic alphabet when reciting letters, and numbers.
# You are knowledgeable in all things radio and electronics.
# When returning chat responses end all text output with '...'

discord_message_context_count: 15
discord_bot_systemMessage: |
You are Ponder.
Expand Down
4 changes: 2 additions & 2 deletions helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: v0.3.0
version: v0.4.1

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "v0.3.0"
appVersion: "v0.4.1"
76 changes: 35 additions & 41 deletions helm/values.development.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,22 +15,29 @@ fullnameOverride: ""
app:
name: ponder
args:
- discord-bot
- --config
- ./config
- -v
- discord-bot
- --config
- ./config
- -v
configData:
openAI_endpoint: "https://api.openAI.com/v1/"
openAI_image_downloadPath: "~/Ponder/Images/"
openAI_image_size: "1024x1024"
openAI_endpoint: "https://api.openai.com/v1/"

openAI_image_model: "dall-e-3"
openAI_image_size: "1024x1024"
openAI_image_downloadPath: "~/Ponder/Images/"

openAI_tts_model: "tts-1"
openAI_tts_voice: "onyx"
openAI_tts_speed: 1.0
openAI_tts_responseFormat: "mp3"

openAI_chat_model: "gpt-4"
openAI_topP: 0.1
openAI_temperature: 0
openAI_maxTokens: 999
openAI_presencePenalty: 0.6
openAI_frequencyPenalty: 0.0
openAI_chat_model: "gpt-4"
openAI_text_model: "text-davinci-003"

discord_message_context_count: 15
discord_bot_systemMessage: |
You are Ponder.
Expand All @@ -39,26 +46,16 @@ app:
Ponder will not tolerate any form of harassment, bullying, or discrimination.
If you have any questions or concerns, please let us know. Thank you for using Ponder!
env:
- name: OPENAI_API_KEY
valueFrom:
secretKeyRef:
name: openai-api-key
key: api-key
- name: PRINTIFY_API_KEY
valueFrom:
secretKeyRef:
name: printify-api-key
key: api-key
- name: DISCORD_API_KEY
valueFrom:
secretKeyRef:
name: discord-api-key
key: api-key
- name: DISCORD_PUB_KEY
valueFrom:
secretKeyRef:
name: discord-pub-key
key: pub-key
- name: OPENAI_API_KEY
valueFrom:
secretKeyRef:
name: openai-api-key
key: api-key
- name: DISCORD_API_KEY
valueFrom:
secretKeyRef:
name: discord-api-key
key: api-key

service:
type: ClusterIP
Expand All @@ -74,14 +71,14 @@ ingress:
auth_request_set $token $upstream_http_x_auth_request_access_token;
more_set_headers "Request-Id: $req_id";
hosts:
- host: discipuli.ai
paths:
- path: /
pathType: Prefix
- host: ponder-dev.livingroom.cloud
paths:
- path: /
pathType: Prefix
tls:
- secretName: discipuli.ai-tls
hosts:
- discipuli.ai
- secretName: ponder-dev-livingroom-cloud-tls
hosts:
- ponder-dev.livingroom.cloud

serviceAccount:
create: false
Expand All @@ -90,14 +87,11 @@ serviceAccount:

podAnnotations: {}

podSecurityContext:
{}
# fsGroup: 2000
podSecurityContext: {} # fsGroup: 2000

securityContext: {}

resources:
{}
resources: {}
# We usually recommend not to specify default resources and to leave this as a conscious
# choice for the user. This also increases chances charts run on environments with little
# resources, such as Minikube. If you do want to specify resources, uncomment the following
Expand Down
78 changes: 36 additions & 42 deletions helm/values.production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ replicaCount: 1
image:
repository: ghcr.io/seemywingz/ponder
pullPolicy: Always
tag: v0.3.0
tag: v0.4.1

imagePullSecrets: []
nameOverride: ""
Expand All @@ -15,22 +15,29 @@ fullnameOverride: ""
app:
name: ponder
args:
- discord-bot
- --config
- ./config
- -v
- discord-bot
- --config
- ./config
- -v
configData:
openAI_endpoint: "https://api.openAI.com/v1/"
openAI_image_downloadPath: "~/Ponder/Images/"
openAI_image_size: "1024x1024"
openAI_endpoint: "https://api.openai.com/v1/"

openAI_image_model: "dall-e-3"
openAI_image_size: "1024x1024"
openAI_image_downloadPath: "~/Ponder/Images/"

openAI_tts_model: "tts-1"
openAI_tts_voice: "onyx"
openAI_tts_speed: 1.0
openAI_tts_responseFormat: "mp3"

openAI_chat_model: "gpt-4"
openAI_topP: 0.1
openAI_temperature: 0
openAI_maxTokens: 999
openAI_presencePenalty: 0.6
openAI_frequencyPenalty: 0.0
openAI_chat_model: "gpt-4"
openAI_text_model: "text-davinci-003"

discord_message_context_count: 15
discord_bot_systemMessage: |
You are Ponder.
Expand All @@ -39,26 +46,16 @@ app:
Ponder will not tolerate any form of harassment, bullying, or discrimination.
If you have any questions or concerns, please let us know. Thank you for using Ponder!
env:
- name: OPENAI_API_KEY
valueFrom:
secretKeyRef:
name: openai-api-key
key: api-key
- name: PRINTIFY_API_KEY
valueFrom:
secretKeyRef:
name: printify-api-key
key: api-key
- name: DISCORD_API_KEY
valueFrom:
secretKeyRef:
name: discord-api-key
key: api-key
- name: DISCORD_PUB_KEY
valueFrom:
secretKeyRef:
name: discord-pub-key
key: pub-key
- name: OPENAI_API_KEY
valueFrom:
secretKeyRef:
name: openai-api-key
key: api-key
- name: DISCORD_API_KEY
valueFrom:
secretKeyRef:
name: discord-api-key
key: api-key

service:
type: ClusterIP
Expand All @@ -74,14 +71,14 @@ ingress:
auth_request_set $token $upstream_http_x_auth_request_access_token;
more_set_headers "Request-Id: $req_id";
hosts:
- host: discipuli.ai
paths:
- path: /
pathType: Prefix
- host: ponder.livingroom.cloud
paths:
- path: /
pathType: Prefix
tls:
- secretName: discipuli.ai-tls
hosts:
- discipuli.ai
- secretName: ponder-livingroom-cloud-tls
hosts:
- ponder.livingroom.cloud

serviceAccount:
create: false
Expand All @@ -90,14 +87,11 @@ serviceAccount:

podAnnotations: {}

podSecurityContext:
{}
# fsGroup: 2000
podSecurityContext: {} # fsGroup: 2000

securityContext: {}

resources:
{}
resources: {}
# We usually recommend not to specify default resources and to leave this as a conscious
# choice for the user. This also increases chances charts run on environments with little
# resources, such as Minikube. If you do want to specify resources, uncomment the following
Expand Down

0 comments on commit 82d9d15

Please sign in to comment.