Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove config.json-related information #503

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading