Nothing
# tests/testthat/00_setup.R
# You can set environment variables to mock or hold real API keys:
Sys.setenv(OPENAI_API_KEY = "FAKE_OPENAI_KEY_FOR_TESTS")
Sys.setenv(GROQ_API_KEY = "FAKE_GROQ_KEY_FOR_TESTS")
Sys.setenv(ANTHROPIC_API_KEY = "FAKE_ANTHROPIC_KEY_FOR_TESTS")
Sys.setenv(TAVILY_API_KEY = "FAKE_TAVILY_KEY_FOR_TESTS")
Sys.setenv(OPENWEATHERMAP_API_KEY = "FAKE_OPENWEATHERMAP_KEY_FOR_TESTS")
# If you have additional setup steps for testthat, place them here.
# This file is automatically sourced before test_*.R files.
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.