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/activateInstall libraries
pip install -U phidata openai duckduckgo-searchExport your OpenAI key
export OPENAI_API_KEY=sk-***Run the Agent
python web_search.pyLast updated