Skip to content

Commit 779d4a0

Browse files
committed
added gemini and openai env variables in project metadata
1 parent 167d580 commit 779d4a0

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

.project-metadata.yaml

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,30 +11,37 @@ date: "2024-10-30"
1111

1212
environment_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
3946
runtimes:
4047
- editor: JupyterLab

0 commit comments

Comments
 (0)