Skip to content

Commit 7c97ce1

Browse files
Update README.md
1 parent 005309b commit 7c97ce1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ print(completion.choices[0].message)
4949

5050
```
5151

52-
While you can provide an `inference_key` keyword argument,
52+
While you can provide an `api_key`, `inference_key` keyword argument,
5353
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.
54+
to add `GRADIENTAI_API_KEY="My API Key"`, `GRADIENTAI_INFERENCE_KEY="My INFERENCE Key"` to your `.env` file
55+
so that your keys are not stored in source control.
5656

5757
## Async usage
5858

0 commit comments

Comments
 (0)