From b04169285e3f79e323ddba18b5d6da4af5a39864 Mon Sep 17 00:00:00 2001 From: geoffsee <> Date: Tue, 27 May 2025 19:22:31 -0400 Subject: [PATCH] Update README with additional setup steps for API key and Docker service --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 04d9f8c..d91e598 100644 --- a/README.md +++ b/README.md @@ -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