Skip to content

Commit

Permalink
Update README to Recommend Using Config File for API Keys (#405)
Browse files Browse the repository at this point in the history
  • Loading branch information
XiangZhang-zx authored Jan 7, 2025
1 parent f194fae commit f273e02
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,9 @@ Please see our ongoing [documentation](https://docs.aios.foundation/) for more i
#### Set Up API Keys
You need API keys for services like OpenAI, Anthropic, Groq and HuggingFace. The simplest way to configure them is to edit the aios/config/config.yaml.

##### Recommended Configuration Method
For simplicity and ease of use, we recommend using the `config.yaml` file to set up your API keys. This method is straightforward and helps avoid potential issues with environment variables. Simply add your API keys to the `config.yaml` file as shown below:

##### Basic Configuration
Add your API keys to the config.yaml. For example:
```yaml
Expand Down

0 comments on commit f273e02

Please sign in to comment.