HackerTrans
TopNewTrendsCommentsPastAskShowJobs

FraserGreenlee

no profile record

Submissions

Show HN: Pyxel Playground, a retro game editor for the browser

frasgreen.com
3 points·by FraserGreenlee·ปีที่แล้ว·0 comments

Convergence: ChatGPT for Browsing the Web

convergence.ai
3 points·by FraserGreenlee·2 ปีที่แล้ว·0 comments

comments

FraserGreenlee
·11 เดือนที่ผ่านมา·discuss
I see this is using GPT4o, any plans for something more sustainable? Would be interesting to see an https://openfreemap.org for LLMs.

Perhaps via an RNN like in https://huggingface.co/spaces/BlinkDL/RWKV-Gradio-2

Or even just leverage huggingface gradio spaces? (most are Gradio apps that expose APIs https://www.gradio.app/guides/view-api-page)
FraserGreenlee
·6 ปีที่แล้ว·discuss
I don’t see how this is different from using the pdb Python module? You can catch exceptions and use to write functions.