Skip to content

Commit 7acb017

Browse files
committed
Merge branch 'danny/kernel-685-add-oagi-cua-python-template-to-kernel-cli' of https://github.com/onkernel/cli into danny/kernel-685-add-oagi-cua-python-template-to-kernel-cli
2 parents bf92804 + 80f6df3 commit 7acb017

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)