Skip to content

Commit

Permalink
remove config.json-related information (#503)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-i authored and JasonWeill committed Dec 6, 2023
1 parent 0d612c1 commit 0c0eae3
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions docs/source/users/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,20 +163,6 @@ For example, to use OpenAI models, use the chat interface settings panel to choo

Then, enter your API key in the 'API Keys' section.

Alternatively, to set the API key through a config file, first determine your data directory path by running the following command in your terminal:

```bash
echo "$(jupyter --data-dir)/jupyter_ai/config.json"
```

Then, add your API key to `config.json`:

```json
"api_keys": {
"OPENAI_API_KEY": "your-api-key-here"
}
```

:::{attention}
:name: open-ai-cost
Model providers may charge users for API usage. Jupyter AI users are
Expand Down

0 comments on commit 0c0eae3

Please sign in to comment.