Skip to content

Commit 5a27fbc

Browse files
authored
Merge pull request #210 from romankurnovskii/patch-1
docs: fixed reference in pip command
2 parents 9ecf2cd + e66ed59 commit 5a27fbc

File tree

1 file changed

+2
-2
lines changed
  • starter_ai_agents/ai_reasoning_agent

1 file changed

+2
-2
lines changed

starter_ai_agents/ai_reasoning_agent/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The AI Reasoning Agent leverages advanced AI models to provide insightful reason
1818
2. **Install the required packages**:
1919
#### For Local AI Reasoning Agent
2020
```bash
21-
pip install -r requirements_local_ai_reasoning_agent.txt
21+
pip install -r requirements.txt
2222
```
2323

2424
3. **Run the application**:
@@ -48,4 +48,4 @@ The AI Reasoning Agent leverages advanced AI models to provide insightful reason
4848
- **Interactive Interface**:
4949
- User-friendly playground for seamless interaction
5050
- Real-time processing and output generation
51-
- Configurable settings to tailor the agent's behavior
51+
- Configurable settings to tailor the agent's behavior

0 commit comments

Comments
 (0)