diff --git a/README.md b/README.md index a171116..8fd7efc 100644 --- a/README.md +++ b/README.md @@ -29,12 +29,12 @@ You have three options for Google Search: you can use the [SearchApi Google Sear ## Deployment ### Zeabur +Just click it Deploy on Zeabur ### Docker -[Hub address](https://hub.docker.com/r/fatwang2/search4all) - +Change the environment variables and run the docker ``` docker run -d --name search4all -e OPENAI_API_KEY=sk-XXX -e OPENAI_BASE_URL=https://api.openai.com/v1 -e LLM_MODEL=gpt-3.5-turbo-0125 -e RELATED_QUESTIONS=1 -e SEARCH1API_KEY=XXX -e BACKEND=SEARCH1API -p 8800:8800 docker.io/fatwang2/search4all ```