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 6a28002 commit b8955e9Copy full SHA for b8955e9
README.md
@@ -14,7 +14,7 @@ To start, install the SDK via NPM: `npm install clarifai` and initialize with yo
14
```js
15
const Clarifai = require('clarifai');
16
const app = new Clarifai.App({
17
- apiKey: '{apiKey}'
+ apiKey: 'YOUR_API_KEY'
18
});
19
20
```
0 commit comments