Full Changelog: 1.0.7...1.0.8
Still trying to update OpenAI Instructions for Ollama to OpenWebUI instructions.
I'm sorry for so many Releases, I don't know a better way to do this except for doing it this way:
- changing the code and package.json file to update docker image number
- fix prettier issues in a github workspace
- run the lint-test-build workflow to verify files are correct
- create a new tag
- run the docker image workflow on the new tag
- pull the new docker image to test locally.
- if error code or no update shows in UI, I either:
- convert back to original and do the steps above again OR
- remove latest image but haven't figure out how to remove latest in docker hub yet so I usually do the steps above again...
If anyone wants to help me with a better way to do this, please don't hesitate to help me out. I really want to learn this.