build_startup_using_AI_Agents
To set up the build_startup_using_AI_Agents
environment, follow these steps:
Note : Make sure Neo4J DB is running locally.
Create a virtual environment using Python's built-in venv
module:
python -m venv build_startup_using_AI_Agents
Activate the virtual environment:
On Windows:
build_startup_using_AI_Agents\Scripts\activate
On Unix or MacOS:
source build_startup_using_AI_Agents/bin/activate
Install dependencies
pip install -r requirements.txt
install ollama
install mistral in ollama
ollama run mistral
Configure model
(build_startup_using_AI_Agents) ~\PycharmProjects\build_startup_using_AI_Agents>metagpt --init-config
Add model at ~.metagpt\config2.yaml
Let's start the debate
python start_debate.py --idea="Talk about how world should develop Artificial intelligence"