ChatGPT-Next-Web/.yml
2025-03-04 04:26:24 -05:00

13 lines
331 B
YAML

$ npm install --save ('https://smee.io/PI6J3xe99sOV7LRB')
const SmeeClient = require('https://smee.io/PI6J3xe99sOV7LRB')
const smee = new SmeeClient({
source: 'https://smee.io/PI6J3xe99sOV7LRB',
target: 'http://localhost:3000/events',
logger: console
})
const events = smee.start()
// Stop forwarding events
events.close()