top | item 41839982

(no title)

marcell | 1 year ago

I’m making a free open source library for this, check it at http://github.com/fetchfox/fetchfox

MIT license. It’s just one line of code to get started: ‘fox.run(“get data from example.com”)’

discuss

order

thenaturalist|1 year ago

How do you plan to address prompt injection/ poisoned data for a method that simply vacuums unchecked inputs into an LLM?

marcell|1 year ago

It hasn’t been an issue yet, but I’m sure it will come up at some point. If you see a problem please file an issue.