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 a4ec7c5 commit 3d3127dCopy full SHA for 3d3127d
docs/inference-providers/guides/first-api-call.md
@@ -54,6 +54,8 @@ Set your token as an environment variable:
54
export HF_TOKEN="your_token_here"
55
```
56
57
+You can add this line to your `.bash_profile` or similar file for all your terminal environments to automatically source the token.
58
+
59
The Python or TypeScript code snippet will use the token from the environment variable.
60
61
<hfoptions id="python-code-snippet">
0 commit comments