jgravelle / AutoGroq

AutoGroq is a groundbreaking tool that revolutionizes the way users interact with Autogen™ and other AI assistants. By dynamically generating tailored teams of AI agents based on your project requirements, AutoGroq eliminates the need for manual configuration and allows you to tackle any question, problem, or project with ease and efficiency.
https://autogroq.streamlit.app/
1.21k stars 422 forks source link

correction in readme getting started section #42

Closed chrisbraddock closed 1 month ago

chrisbraddock commented 1 month ago

old instructions:

md c:\AutoGroq  
cd c:\AutoGroq  

# ... 

# following creates c:\AutoGroq\AutoGroq:
git clone https://github.com/jgravelle/AutoGroq.git

# (still in c:\AutoGroq)
pip install -r requirements.txt

# ^ pip install FAILS because we're in the wrong dir; we need to `cd AutoGroq` first
chrisbraddock commented 1 month ago

fix was included in main