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 005309b commit 7c97ce1Copy full SHA for 7c97ce1
README.md
@@ -49,10 +49,10 @@ print(completion.choices[0].message)
49
50
```
51
52
-While you can provide an `inference_key` keyword argument,
+While you can provide an `api_key`, `inference_key` keyword argument,
53
we recommend using [python-dotenv](https://pypi.org/project/python-dotenv/)
54
-to add `GRADIENTAI_INFERENCE_KEY="My API Key"` to your `.env` file
55
-so that your API Key is not stored in source control.
+to add `GRADIENTAI_API_KEY="My API Key"`, `GRADIENTAI_INFERENCE_KEY="My INFERENCE Key"` to your `.env` file
+so that your keys are not stored in source control.
56
57
## Async usage
58
0 commit comments