1
0

Add route to ask chatgpt about the state of the board

This commit is contained in:
2024-10-07 16:59:55 -07:00
parent e23cacfcbe
commit f5249e361c
3 changed files with 35 additions and 14 deletions

2
go
View File

@@ -8,7 +8,7 @@
run-service() {
_help-line "Start docker container with port 5000 exposed"
docker run --rm -ti -p 5000:5000 --name breach itbaas
docker run --rm -ti -p 5000:5000 --name breach -e OPENAI_KEY=$(pass openai/project-key) itbaas
}
build-image() {