Update README with additional setup steps for API key and Docker service
This commit is contained in:
@@ -6,9 +6,11 @@ Remote genaiscript host for integration into conversational AI applications.
|
|||||||
## Quickstart
|
## Quickstart
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/seemueller-io/open-web-agent-rs.git
|
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 i
|
||||||
bun run build
|
bun run build
|
||||||
bun dev
|
bun dev
|
||||||
|
docker compose start searxng
|
||||||
```
|
```
|
||||||
|
|
||||||
```typescript
|
```typescript
|
||||||
|
Reference in New Issue
Block a user