Openclaw flake
This commit is contained in:
24
openclaw/README.md
Normal file
24
openclaw/README.md
Normal file
@@ -0,0 +1,24 @@
|
||||
# Openclaw
|
||||
|
||||
Development shell for [Openclaw](https://github.com/openclaw/openclaw) with Ollama.
|
||||
|
||||
## Usage
|
||||
|
||||
```bash
|
||||
nix develop
|
||||
```
|
||||
|
||||
Auto-starts:
|
||||
- **ollama** on http://localhost:11434
|
||||
- **openclaw-gateway** (uses config from `~/.openclaw`)
|
||||
|
||||
## Commands
|
||||
|
||||
```bash
|
||||
ollama list # List models
|
||||
ollama run llama3.2:3b # Chat with model
|
||||
|
||||
# Stop services
|
||||
pkill ollama
|
||||
pkill openclaw-gateway
|
||||
```
|
||||
Reference in New Issue
Block a user