File tree Expand file tree Collapse file tree 1 file changed +12
-5
lines changed Expand file tree Collapse file tree 1 file changed +12
-5
lines changed Original file line number Diff line number Diff line change @@ -11,30 +11,37 @@ date: "2024-10-30"
11
11
12
12
environment_variables :
13
13
AWS_ACCESS_KEY_ID :
14
- default : " your access key "
14
+ default : null
15
15
description : >-
16
16
AWS Key ID. Check the Amazon Bedrock documentation for information about role access
17
17
AWS_SECRET_ACCESS_KEY :
18
- default : " your secret access key "
18
+ default : null
19
19
description : >-
20
20
AWS Secret Key
21
21
AWS_DEFAULT_REGION :
22
22
default : " us-east-1"
23
23
description : >-
24
24
AWS region
25
25
hf_token :
26
- default : " hf_token "
26
+ default : null
27
27
description : >-
28
28
your huggingface token
29
29
hf_username :
30
- default : " hf_username "
30
+ default : null
31
31
description : >-
32
32
your huggingface username
33
33
CDP_TOKEN :
34
34
default : null
35
35
description : >-
36
36
API key for Cloudera AI Inference
37
-
37
+ OPENAI_API_KEY :
38
+ default : null
39
+ description : >-
40
+ OpenAI API Key. Check the OpenAI documentation for information about role access
41
+ GEMINI_API_KEY :
42
+ default : null
43
+ description : >-
44
+ Gemini API Key. Check the Google Gemini documentation for information about role access
38
45
# runtimes
39
46
runtimes :
40
47
- editor : JupyterLab
You can’t perform that action at this time.
0 commit comments