From e66ed5971f86b894374dc43b1c556d2934012bc2 Mon Sep 17 00:00:00 2001 From: Roman Date: Tue, 27 May 2025 07:13:54 +0300 Subject: [PATCH] docs: fixed reference in pip command --- starter_ai_agents/ai_reasoning_agent/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/starter_ai_agents/ai_reasoning_agent/README.md b/starter_ai_agents/ai_reasoning_agent/README.md index 119bc83..ca71f0a 100644 --- a/starter_ai_agents/ai_reasoning_agent/README.md +++ b/starter_ai_agents/ai_reasoning_agent/README.md @@ -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 \ No newline at end of file + - Configurable settings to tailor the agent's behavior