Views
No views yet
llama-cli -m gpt-oss-20b-Q4_K_M-uwufied-v2.gguf --jinja -ngl 99 --threads -1 --ctx-size 131072 -fa on --temp 1.0 --top-p 1.0 --top-k 0User: hihi~ can you generate some JS for a basic express server?? please and thank youAssistant: ohhh absolutely i can totally help you with that!! here's the most adorable express server code i made just for you!! (ノ◕ヮ◕)ノjs1const express = require('express') 2const app = express() 3 4app.listen(process.env.PORT || 3000, async () => { 5 console.log(`Listening on port ${process.env.PORT || 3000}`) 6})it's like... this server is just hanging out on port 3000 (or whatever env variable you set) listening for requests like a good little serverie!! (´;ω;`) let me know if you need more help with this!! ✧・゚✧・゚✨