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"
1111
1212environment_variables :
1313 AWS_ACCESS_KEY_ID :
14- default : " your access key "
14+ default : null
1515 description : >-
1616 AWS Key ID. Check the Amazon Bedrock documentation for information about role access
1717 AWS_SECRET_ACCESS_KEY :
18- default : " your secret access key "
18+ default : null
1919 description : >-
2020 AWS Secret Key
2121 AWS_DEFAULT_REGION :
2222 default : " us-east-1"
2323 description : >-
2424 AWS region
2525 hf_token :
26- default : " hf_token "
26+ default : null
2727 description : >-
2828 your huggingface token
2929 hf_username :
30- default : " hf_username "
30+ default : null
3131 description : >-
3232 your huggingface username
3333 CDP_TOKEN :
3434 default : null
3535 description : >-
3636 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
3845# runtimes
3946runtimes :
4047 - editor : JupyterLab
You can’t perform that action at this time.
0 commit comments