You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3
Original file line number
Diff line number
Diff line change
@@ -124,6 +124,9 @@ Please see our ongoing [documentation](https://docs.aios.foundation/) for more i
124
124
#### Set Up API Keys
125
125
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.
126
126
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
+
127
130
##### Basic Configuration
128
131
Add your API keys to the config.yaml. For example:
0 commit comments