Skip to content

Commit f273e02

Browse files
Update README to Recommend Using Config File for API Keys (#405)
1 parent f194fae commit f273e02

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,9 @@ Please see our ongoing [documentation](https://docs.aios.foundation/) for more i
124124
#### Set Up API Keys
125125
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.
126126

127+
##### Recommended Configuration Method
128+
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:
129+
127130
##### Basic Configuration
128131
Add your API keys to the config.yaml. For example:
129132
```yaml

0 commit comments

Comments
 (0)