Skip to content

Commit

Permalink
Merge pull request #4 from kkacsh321/fix-docker-builds
Browse files Browse the repository at this point in the history
Whoops fixing docker builds
  • Loading branch information
kkacsh321 authored Oct 12, 2024
2 parents 4657f74 + 378656f commit 8dc50f7
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ Set your key for OpenAI, or a custom address for your OpenAI compatiable API LLM

For those who wish to pull the pre-built container from Docker Hub:

Pull the Docker Image using latest tag (example v0.0.3):
Pull the Docker Image using latest tag (example v0.0.5):

```bash
docker pull robotf/robotf-halloween-stories:latest
Expand Down
2 changes: 1 addition & 1 deletion Taskfile.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3"

vars:
IMAGE_VERSION: "v0.0.4"
IMAGE_VERSION: "v0.0.5"
IMAGE_NAME: "robotf/robotf-halloween-stories"

tasks:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"name": "robotf-halloween-stories",
"version": "v0.0.4"
"version": "v0.0.5"
}
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,4 @@ langchain_community==0.0.28
langchain_core==0.1.32
langchain_openai==0.0.8
playsound==1.3.0
PyObjC==10.3.1
Requests==2.32.3

0 comments on commit 8dc50f7

Please sign in to comment.