Install Ollama by following the instructions on the official website for your operating system. Link for download: https://ollama.com/
Use the following commands to download the required models:
ollama pull granite3.3:2b
ollama pull granite3.3:8b- Create an virtual enviroment
pip install virtualenv virtualenv autogen_env source autogen_env/bin/activate - Install Autogen
pip install pip install -U "autogen-agentchat" pip install -U "autogen-ext[ollama]" pip install streamlit
- Run locally - interface
streamlit run main.py