# Quick Start / 官方入口

项目：AnotiaWang/deep-research-web-ui

## 官方安装入口

### Docker · 官方安装入口

```bash
docker run -p 3000:3000 -e NUXT_PUBLIC_SERVER_MODE=true -e NUXT_AI_API_KEY=your-ai-api-key -e NUXT_WEB_SEARCH_API_KEY=your-search-api-key -e NUXT_PUBLIC_AI_PROVIDER=openai-compatible -e NUXT_PUBLIC_AI_MODEL=gpt-4o-mini -e NUXT_PUBLIC_WEB_SEARCH_PROVIDER=tavily anotia/deep-research-web:latest
```

来源：https://github.com/AnotiaWang/deep-research-web-ui#readme

## 来源

- repo: https://github.com/AnotiaWang/deep-research-web-ui
- docs: https://github.com/AnotiaWang/deep-research-web-ui#readme
