Skip to content

Commit 88509bc

Browse files
Rohit AgarwalRohit Agarwal
authored andcommitted
Added .creds.example.json in tests
1 parent c2f8119 commit 88509bc

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"azure": {
3+
"apiKey": "YOUR_AZURE_API_KEY"
4+
},
5+
"aws": {
6+
"accessKeyId": "YOUR_AWS_ACCESS_KEY_ID",
7+
"secretAccessKey": "YOUR_AWS_SECRET_ACCESS_KEY",
8+
"region": "YOUR_AWS_REGION"
9+
},
10+
"openai": {
11+
"apiKey": "YOUR_OPENAI_API_KEY"
12+
},
13+
"anthropic": {
14+
"apiKey": "YOUR_ANTHROPIC_API_KEY"
15+
},
16+
"portkey": {
17+
"apiKey": "YOUR_PORTKEY_API_KEY"
18+
}
19+
}

0 commit comments

Comments
 (0)