Skip to content

Commit

Permalink
Release v0.0.0 (#30)
Browse files Browse the repository at this point in the history
* Release v0.0.0
  • Loading branch information
seemywingz authored Mar 30, 2023
1 parent 2e7b6f4 commit 9072a4b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Ponder
-------
###### OpenAI Powerd Chat Tool
###### OpenAI Powered Chat Tool
[![main](https://github.com/seemywingz/ponder/actions/workflows/dockerBuildX.yml/badge.svg?branch=main)](https://github.com/seemywingz/ponder/actions/workflows/dockerBuildX.yml)


Expand Down Expand Up @@ -35,7 +35,7 @@ ponder chat --prompt "AI is Amazing"
### Docker
#### Running ponder in docker is exactly the same, but you have to provide the env vars when running
```bash
docker run -e OPENAI_API_KEY=$OPENAI_API_KEY disciplesofai/ponder:latest chat --prompt "Ai is Amazing"
docker run -e OPENAI_API_KEY=$OPENAI_API_KEY ghcr.io/seemywingz/ponder:latest chat --prompt "Ai is Amazing"
```
#### Example Output
```bash
Expand Down Expand Up @@ -76,7 +76,7 @@ ponder image -p "watercolor of a corgie"

Ponder
GitHub: https://github.com/seemywingz/ponder
App Version: v0.1.2
App Version: v0.0.0

Ponder uses OpenAI's GPT-3.5-Turbo API to generate text responses to user input.
You can use Ponder as a Discord chat bot or to generate images using the DALL-E API.
Expand Down
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import (
)

var verbose bool
var APP_VERSION = "v0.1.2"
var APP_VERSION = "v0.0.0"
var prompt,
openAIUser,
ponderID,
Expand Down
6 changes: 3 additions & 3 deletions helm/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: ponder
description: Discipuli AI API Server
description: OpenAI Powered Chat Tool

# A chart can be either an 'application' or a 'library' chart.
#
Expand All @@ -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: 0.1.2
version: v0.0.0

# 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: "0.1.2"
appVersion: "v0.0.0"

0 comments on commit 9072a4b

Please sign in to comment.