# Local development environment variables - rename to .env # Used for story generation and text manipulation SAMBANOVA_API_KEY="your-sambanova-api-key-here" MISTRAL_API_KEY ="your-mistral-api-key-here" MISTRAL_MODEL="your-mistral-model-here" # used for image generation models NEBIUS_API_KEY="your-nebius-api-key-here" NEBIUS_ENDPOINT="your-nebius-endpoint-here" # Replace the URLs with your actual Modal hosted Audio model URLs AUDIO_GENERATION_URL="your-audio-generation-url-here" MELODY_GENERATION_URL="your-melody-generation-url-here" MCP_SERVER_URL="your-mcp-server-url-here" #Used to test mcp function calling OPENAI_API_KEY="your-openai-api-key-here" #Used to Parse the PDFs for story enrichment LLAMA_CLOUD_API_KEY="your-llama-cloud-api-key-here" # Used for 3D mesh generation THREE_D_API_URL="your-3d-api-url-here"