An open API service indexing awesome lists of open source software.

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

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.