Skip to content

Commit 80f6df3

Browse files
feat: Add NeedsEnvFile to TemplateOpenAIComputerUse
Co-authored-by: danny <[email protected]>
1 parent e4c47d3 commit 80f6df3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/create/templates.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@ var Commands = map[string]map[string]DeployConfig{
213213
},
214214
TemplateOpenAIComputerUse: {
215215
EntryPoint: "main.py",
216+
NeedsEnvFile: true,
216217
InvokeCommand: `kernel invoke python-openai-cua cua-task --payload '{"task": "Go to https://news.ycombinator.com and get the top 5 articles"}'`,
217218
},
218219
TemplateOpenAGIComputerUse: {

0 commit comments

Comments
 (0)