We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc03068 commit ff6e6ecCopy full SHA for ff6e6ec
experimental/llm-prompt-design-helper/test.py
@@ -15,8 +15,8 @@
15
16
from api_request import APIRequest
17
import os
18
-# set up the base_url and api_key first
19
-os.environ['API_CATALOG_KEY'] = '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'
+# set up the base_url and api_key first replace nvapi-*** with your own key.
+os.environ['API_CATALOG_KEY'] = 'nvapi-***'
20
os.environ['NIM_INFER_URL'] ="https://integrate.api.nvidia.com/v1"
21
# load your dataset and parse the test set
22
input_texts = [
0 commit comments