Installation

Clone the repository:
bashCopyEditgit clone https://github.com/space-ai-me cd v1Install dependencies:
bashCopyEditpip install -r requirements.txt npm installConfigure your environment: Create a
.envfile with:envCopyEditDEEPSEEK_API_KEY=your_api_key WALLET_ADDRESS=your_wallet_address
Last updated