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 74d31c1 commit 980b75eCopy full SHA for 980b75e
LLM_DOC.md
@@ -12,7 +12,7 @@ Provide your API key directly:
12
from nutrient_dws import NutrientClient
13
14
client = NutrientClient({
15
- 'apiKey': 'nutr_sk_your_secret_key'
+ 'apiKey': 'your_secret_key'
16
})
17
```
18
README.md
@@ -64,7 +64,7 @@ Provide your API key directly:
64
65
66
67
68
69
70
pyproject.toml
@@ -10,7 +10,6 @@ where = ["src"]
10
11
[tool.setuptools.package-data]
nutrient_dws = [
- "*.pyi",
"py.typed",
"../../WORKFLOW.md",
"../../METHODS.md",
0 commit comments