How to use Solace
Using the API is easier than you think, no code necessary; Follow the steps
python3 -m venv ~/.venvs/aienv
source ~/.venvs/aienv/bin/activatepip install -U phidata openai duckduckgo-searchexport OPENAI_API_KEY=sk-***python web_search.pyLast updated