We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4c47d3 commit 80f6df3Copy full SHA for 80f6df3
pkg/create/templates.go
@@ -213,6 +213,7 @@ var Commands = map[string]map[string]DeployConfig{
213
},
214
TemplateOpenAIComputerUse: {
215
EntryPoint: "main.py",
216
+ NeedsEnvFile: true,
217
InvokeCommand: `kernel invoke python-openai-cua cua-task --payload '{"task": "Go to https://news.ycombinator.com and get the top 5 articles"}'`,
218
219
TemplateOpenAGIComputerUse: {
0 commit comments