File tree Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Original file line number Diff line number Diff line change 1
1
configured_endpoints : 7
2
2
openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/kernel%2Fkernel-39aa058a60035c34a636e7f580b4b9c76b05400ae401ef04a761572b20a5425b.yml
3
3
openapi_spec_hash : bb79a204f9edb6b6ccfe783a0a82a423
4
- config_hash : 5c90b7df80e8f222bb945b14b8d1fec0
4
+ config_hash : 3eb1ed1dd0067258984b31d53a0dab48
Original file line number Diff line number Diff line change @@ -36,10 +36,7 @@ client = Kernel(
36
36
deployment = client.apps.deployments.create(
37
37
entrypoint_rel_path = " main.ts" ,
38
38
file = b " REPLACE_ME" ,
39
- env_vars = {
40
- " OPENAI_API_KEY" : " x" ,
41
- " LOG_LEVEL" : " debug" ,
42
- },
39
+ env_vars = {" OPENAI_API_KEY" : " x" },
43
40
version = " 1.0.0" ,
44
41
)
45
42
print (deployment.apps)
@@ -70,10 +67,7 @@ async def main() -> None:
70
67
deployment = await client.apps.deployments.create(
71
68
entrypoint_rel_path = " main.ts" ,
72
69
file = b " REPLACE_ME" ,
73
- env_vars = {
74
- " OPENAI_API_KEY" : " x" ,
75
- " LOG_LEVEL" : " debug" ,
76
- },
70
+ env_vars = {" OPENAI_API_KEY" : " x" },
77
71
version = " 1.0.0" ,
78
72
)
79
73
print (deployment.apps)
You can’t perform that action at this time.
0 commit comments