Welcome to Neo AI ! This guide will help you set up Neo AI with either LM Studio or DigitalOcean.
git clone https://github.com/Vasco0x4/Neo-AI.git
cd Neo-AI
sudo ./install.sh
source ~/.bashrc
If needed, add the alias manually:
echo "alias neo='source $(pwd)/venv/bin/activate && python3 $(pwd)/main.py'" >> ~/.bashrc
and start new terminal.
-
Download & Install
- Get LM Studio from lmstudio.ai
- Install your preferred model (LLaMA 3.2B recommended)
-
Server Configuration
- Set listening port (default: 6959)
- Configure context length (6000-10000 tokens)
- Import Neo Pre-Prompt from
config/PrePrompt.md
-
Test Connection
curl -X GET http://YOUR_IP:6959/v1/models -H "Content-Type: application/json"
-
Create Agent
- Access DigitalOcean GenAI
- Create new AI agent
- Import Neo Pre-Prompt from
config/PrePrompt.md
-
Update Config
- Modify
config.yaml
:
- Modify
mode: "digital_ocean"
digital_ocean:
agent_id: "your-agent-id"
agent_key: "your-agent-key"
agent_endpoint: "your-endpoint"
To start Neo AI, simply type neo
wherever you need.
Enjoy using Neo AI!