Skip to content

Commit d976edd

Browse files
committed
calvin api a envvar
1 parent 6c335aa commit d976edd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

functions/llm-internal-calvin/__tests__/index.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ describe('LLM Internal Calvin Function (Integration)', () => {
8686
imagePullPolicy: "IfNotPresent",
8787
command: ["npx", "ts-node", "functions/_runtimes/node/runner.js", "functions/llm-internal-calvin/src/index.ts"],
8888
env: [
89-
{ name: "CALVIN_API_KEY", value: "42ee96e2cf9c616c81f5b361b36c899d7bda0e1495fb4b98b46a208c923c35e7" },
89+
{ name: "CALVIN_API_KEY", value: process.env.CALVIN_API_KEY },
9090
{ name: "PORT", value: "8080" }
9191
]
9292
}]

0 commit comments

Comments
 (0)