Skip to content

Commit 980b75e

Browse files
committed
update api key example
1 parent 74d31c1 commit 980b75e

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

LLM_DOC.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Provide your API key directly:
1212
from nutrient_dws import NutrientClient
1313

1414
client = NutrientClient({
15-
'apiKey': 'nutr_sk_your_secret_key'
15+
'apiKey': 'your_secret_key'
1616
})
1717
```
1818

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Provide your API key directly:
6464
from nutrient_dws import NutrientClient
6565

6666
client = NutrientClient({
67-
'apiKey': 'nutr_sk_your_secret_key'
67+
'apiKey': 'your_secret_key'
6868
})
6969
```
7070

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ where = ["src"]
1010

1111
[tool.setuptools.package-data]
1212
nutrient_dws = [
13-
"*.pyi",
1413
"py.typed",
1514
"../../WORKFLOW.md",
1615
"../../METHODS.md",

0 commit comments

Comments
 (0)