Spaces:
Sleeping
Sleeping
| # SmolVLA Inspect — environment configuration | |
| # Copy this file to .env and fill in your values. | |
| # LLM provider: "anthropic" or "openai" | |
| SMOLVLA_LLM_PROVIDER=openai | |
| # Model name (e.g. claude-sonnet-4-20250514, gpt-4o, llama3, etc.) | |
| SMOLVLA_LLM_MODEL=gpt-4o | |
| # API key for the selected provider | |
| SMOLVLA_LLM_API_KEY= | |
| # Base URL for OpenAI-compatible servers (vLLM, Ollama, LM Studio, etc.) | |
| # Leave empty to use the default OpenAI endpoint. | |
| SMOLVLA_LLM_BASE_URL= | |