From c0bc533d0e0d5b60b422160b3f64213dbb923c0a Mon Sep 17 00:00:00 2001 From: Andrii Ieroshenko Date: Mon, 4 Dec 2023 18:25:57 -0800 Subject: [PATCH] remove config.json-related information --- docs/source/users/index.md | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/docs/source/users/index.md b/docs/source/users/index.md index 8864050cf..28f34ddf3 100644 --- a/docs/source/users/index.md +++ b/docs/source/users/index.md @@ -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