Skip to content

Commit ff6e6ec

Browse files
update one comment
1 parent dc03068 commit ff6e6ec

File tree

1 file changed

+2
-2
lines changed
  • experimental/llm-prompt-design-helper

1 file changed

+2
-2
lines changed

experimental/llm-prompt-design-helper/test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515

1616
from api_request import APIRequest
1717
import os
18-
# set up the base_url and api_key first
19-
os.environ['API_CATALOG_KEY'] = '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'
18+
# set up the base_url and api_key first replace nvapi-*** with your own key.
19+
os.environ['API_CATALOG_KEY'] = 'nvapi-***'
2020
os.environ['NIM_INFER_URL'] ="https://integrate.api.nvidia.com/v1"
2121
# load your dataset and parse the test set
2222
input_texts = [

0 commit comments

Comments
 (0)