Skip to content

Commit

Permalink
fix dependencies map
Browse files Browse the repository at this point in the history
  • Loading branch information
vinicvaz committed Dec 4, 2023
1 parent f0dc03d commit 9fe608d
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .domino/dependencies_map.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
],
"secrets": [
"OPENAI_API_KEY"
]
],
"source_image": "ghcr.io/tauffer-consulting/openai_domino_pieces:0.7.1-group0"
},
"group1": {
"dependency": {
Expand All @@ -25,7 +26,8 @@
"pieces": [
"AudioTranscriptionLocalPiece"
],
"secrets": []
"secrets": [],
"source_image": "ghcr.io/tauffer-consulting/openai_domino_pieces:0.7.1-group1"
},
"group2": {
"dependency": {
Expand All @@ -35,6 +37,7 @@
"pieces": [
"TextSummarizerLocalPiece"
],
"secrets": []
"secrets": [],
"source_image": "ghcr.io/tauffer-consulting/openai_domino_pieces:0.7.1-group2"
}
}

0 comments on commit 9fe608d

Please sign in to comment.