Skip to content

Commit 6252a74

Browse files
authored
[ENH] Update gen-benchmarking config (#4180)
## Description of changes Update generative-benchmarking config ## Test plan N/A ## Documentation Changes N/A
1 parent 52dd639 commit 6252a74

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed

sample_apps/generative_benchmarking/config.json

+8-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
{
2-
"required_env_variables": ["OPENAI_API_KEY"],
3-
"optional_env_variables": ["JINA_API_KEY", "VOYAGE_API_KEY", "ANTHROPIC_API_KEY"],
2+
"required_env_variables": [
3+
{ "name": "OPENAI_API_KEY", "secret": true }
4+
],
5+
"optional_env_variables": [
6+
{ "name": "JINA_API_KEY", "secret": true },
7+
{ "name": "VOYAGE_API_KEY", "secret": true },
8+
{ "name": "ANTHROPIC_API_KEY", "secret": true }
9+
],
410
"startup_commands": {
511
"pip": "pip install -r requirements.txt",
612
"poetry": "poetry install",

sample_apps/listing.json

-8
This file was deleted.

0 commit comments

Comments
 (0)