Skip to content

Commit 60b1fae

Browse files
authored
Revise README for API key setup and section order
Updated sections in README to reflect API key configuration and reordering of topics.
1 parent cb82975 commit 60b1fae

1 file changed

Lines changed: 12 additions & 2 deletions

File tree

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,13 +141,23 @@ python manage.py makemigrations
141141
python manage.py migrate
142142
```
143143

144-
### 6. Chat with Your Agent
144+
### 6. Configure API key of your preferred LLM provider
145+
146+
To run your agents, you’ll need to configure first the API key of your preferred LLM provider:
147+
- OpenAI
148+
- Google Gemini
149+
- Anthropic
150+
151+
You can add your API key at [Cogsol platform](https://platform.cogsol.ai/configuration/services)
152+
153+
154+
### 7. Chat with Your Agent
145155

146156
```bash
147157
python manage.py chat --agent SalesAgent
148158
```
149159

150-
### 7. Add Document Topics (Optional)
160+
### 8. Add Document Topics (Optional)
151161

152162
`documentation` in the examples below is only a sample topic name. You can use any topic name that fits your use case.
153163

0 commit comments

Comments
 (0)