How to use Solace
Using the API is easier than you think, no code necessary; Follow the steps
Setup your virtual environment
python3 -m venv ~/.venvs/aienv
source ~/.venvs/aienv/bin/activate
Install libraries
pip install -U phidata openai duckduckgo-search
Export your OpenAI key
export OPENAI_API_KEY=sk-***
Run the Agent
python web_search.py
Last updated