From 4980be34b9fc81ff2cc0fd9e863a60210c34a8d6 Mon Sep 17 00:00:00 2001 From: DidierRLopes Date: Sat, 20 Jul 2024 15:21:25 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5de93a9..479608e 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ To use OpenBB LLM Agents, you need an OpenAI API key. Follow these steps: ### OpenBB Platform data provider credentials To use the OpenBB Platform functions, you need to configure the necessary [data provider API credentials](https://docs.openbb.co/platform/usage/api_keys). This can be done in one of two ways: -1. **Local Configuration**: Specify your credentials in a `~/.openbb_platform/user_settings.json` file. Follow the [local environment setup guide](https://docs.openbb.co/platform/usage/api_keys#local-environment) for detailed instructions. +1. **Local Configuration**: Specify your credentials in a `~/.openbb_platform/user_settings.json` file. Follow the [local environment setup guide](https://docs.openbb.co/platform/getting_started/api_keys#local-environment) for detailed instructions. 2. **OpenBB Hub**: Create a personal access token (PAT) via your [OpenBB Hub](https://my.openbb.co/) account. This PAT can then be passed to the agent as an argument. ## Getting started