Merge pull request #210 from romankurnovskii/patch-1
docs: fixed reference in pip command
This commit is contained in:
commit
5a27fbcf71
1 changed files with 2 additions and 2 deletions
|
|
@ -18,7 +18,7 @@ The AI Reasoning Agent leverages advanced AI models to provide insightful reason
|
|||
2. **Install the required packages**:
|
||||
#### For Local AI Reasoning Agent
|
||||
```bash
|
||||
pip install -r requirements_local_ai_reasoning_agent.txt
|
||||
pip install -r requirements.txt
|
||||
```
|
||||
|
||||
3. **Run the application**:
|
||||
|
|
@ -48,4 +48,4 @@ The AI Reasoning Agent leverages advanced AI models to provide insightful reason
|
|||
- **Interactive Interface**:
|
||||
- User-friendly playground for seamless interaction
|
||||
- Real-time processing and output generation
|
||||
- Configurable settings to tailor the agent's behavior
|
||||
- Configurable settings to tailor the agent's behavior
|
||||
|
|
|
|||
Loading…
Reference in a new issue