Using Python
Best Practice: Use a Python Virtual Environment
python3 -m venv venvsource venv/bin/activateInstall Dependencies
pip install llama-cpp-python pymilvus "pymilvus[model]"Install Alith
python3 -m pip install alith -USet Environment Variables
export PRIVATE_KEY=<your wallet private key>
export OPENAI_API_KEY=<your openai api key>export PRIVATE_KEY=<your wallet private key>
export LLM_API_KEY=<your api key>
export LLM_BASE_URL=<your api base url>Step 1: Run the Inference Server
Step 2: Request Inference via LazAI Client
Security & Privacy
Last updated

