neuralcad / .env.example
CallMeDaniel's picture
config: add config.yaml and .env.example
3c551e5
raw
history blame contribute delete
195 Bytes
# API keys (copy to .env and fill in)
ANTHROPIC_API_KEY=
OPENAI_API_KEY=
GOOGLE_API_KEY=
# Optional overrides
# NEURALCAD_OUTPUT_DIR=./output
# NEURALCAD_WEB_PORT=5000
# NEURALCAD_MCP_PORT=8000