import os
print("NANOBOT_LLM_PROVIDER:", os.getenv("NANOBOT_LLM_PROVIDER", "NOT SET"))
print("HTTPS_PROXY:", os.getenv("HTTPS_PROXY", "NOT SET"))
