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 112bfcb commit d3f5db2Copy full SHA for d3f5db2
.stats.yml
@@ -1,4 +1,4 @@
1
configured_endpoints: 5
2
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/kernel%2Fkernel-1fe396b957ced73281fc0a61a69b630836aa5c89a8dccce2c5a1716bc9775e80.yml
3
openapi_spec_hash: 9a0d67fb0781be034b77839584109638
4
-config_hash: 2ddaa85513b6670889b1a56c905423c7
+config_hash: df889df131f7438197abd59faace3c77
README.md
@@ -31,6 +31,7 @@ async function main() {
31
const deployment = await client.apps.deployments.create({
32
entrypoint_rel_path: 'main.ts',
33
file: fs.createReadStream('path/to/file'),
34
+ env_vars: { OPENAI_API_KEY: 'x' },
35
version: '1.0.0',
36
});
37
0 commit comments