#!/bin/bash
export HTTPS_PROXY=socks5://127.0.0.1:20000
export HTTP_PROXY=socks5://127.0.0.1:20000
export NANOBOT_LLM_PROVIDER=responses_http
/root/02-production/nanobot/.venv/bin/nanobot agent -m "test" 2>&1
