Update README with additional setup steps for API key and Docker service

This commit is contained in:
geoffsee
2025-05-27 19:22:31 -04:00
parent 2b14d119d2
commit b04169285e

View File

@@ -6,9 +6,11 @@ Remote genaiscript host for integration into conversational AI applications.
## Quickstart
```bash
git clone https://github.com/seemueller-io/open-web-agent-rs.git
sed -i '' '/^OPENAI_API_KEY=/d' .env; echo 'OPENAI_API_KEY=your-own-api-key' >> .env
bun i
bun run build
bun dev
docker compose start searxng
```
```typescript