Skip to content

Commit 333c981

Browse files
feat(api): update via SDK Studio
1 parent 60d9214 commit 333c981

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 7
22
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/kernel%2Fkernel-39aa058a60035c34a636e7f580b4b9c76b05400ae401ef04a761572b20a5425b.yml
33
openapi_spec_hash: bb79a204f9edb6b6ccfe783a0a82a423
4-
config_hash: 5c90b7df80e8f222bb945b14b8d1fec0
4+
config_hash: 3eb1ed1dd0067258984b31d53a0dab48

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ async function main() {
3131
const deployment = await client.apps.deployments.create({
3232
entrypoint_rel_path: 'main.ts',
3333
file: fs.createReadStream('path/to/file'),
34-
env_vars: { OPENAI_API_KEY: 'x', LOG_LEVEL: 'debug' },
34+
env_vars: { OPENAI_API_KEY: 'x' },
3535
version: '1.0.0',
3636
});
3737

0 commit comments

Comments
 (0)