Skip to content

Commit 6010fea

Browse files
author
raidendotai
committed
ts-cua: lint & openai types update **
1 parent 32e242e commit 6010fea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/typescript/cua/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ interface CuaOutput {
1414
}
1515

1616
const kernel = new Kernel();
17-
const app = kernel.app('ts-cua-dev');
17+
const app = kernel.app('ts-cua');
1818

1919
if (!process.env.OPENAI_API_KEY) {
2020
throw new Error('OPENAI_API_KEY is not set');

0 commit comments

Comments
 (0)