https://github.com/mmmarcinho/webvoyager-node
WebVoyager with node
https://github.com/mmmarcinho/webvoyager-node
Last synced: 25 days ago
JSON representation
WebVoyager with node
- Host: GitHub
- URL: https://github.com/mmmarcinho/webvoyager-node
- Owner: MMMarcinho
- License: mit
- Created: 2025-03-08T14:03:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-24T16:00:38.000Z (about 1 year ago)
- Last Synced: 2025-03-24T16:34:06.723Z (about 1 year ago)
- Size: 125 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WebVoyager Node Version
From [WebVoyager](https://github.com/MinorJerry/WebVoyager)
## Getting Started
run the development server:
### Install
```bash
npm install
```
Due to the usage of Puppeteer, sometimes the installation may takes a long time, wait for a moment.
### LLM
Create a .env.local in the root, it contains:
```plain text
NEXT_PUBLIC_LLM_API_KEY = YOU_API_KEY (like sk-xxxxxxxx)
NEXT_PUBLIC_LLM_API_URL = YOU_API_URL (like https://dashscope.aliyuncs.com/compatible-mode/v1)
NEXT_PUBLIC_LLM_MODEL = YOU_MODEL (like qwen-vl-max)
```
```bash
npm run dev
```
Open [http://localhost:3000/operator](http://localhost:3000/operator) with your browser to see the Easy Operator.