# Hugging Face API Token (Required) # Get your token from: https://huggingface.co/settings/tokens HF_TOKEN=your_hugging_face_token_here # Optional: MiniMax Client Configuration # Uncomment and modify these if you want to override defaults # Model to use for completions # MINIMAX_MODEL_NAME=MiniMaxAI/MiniMax-M1-80k # Default message to send if none provided via CLI # MINIMAX_USER_MESSAGE=What is the capital of France? # Provider setting for Hugging Face Hub # MINIMAX_PROVIDER=auto # Enable/disable streaming responses # MINIMAX_STREAMING=true