interstellard / chatgpt-advanced

WebChatGPT: A browser extension that augments your ChatGPT prompts with web results.
https://webchatgpt.app
MIT License
6.42k stars 838 forks source link

Please share Server-Script - stay transparency #69

Closed xstable closed 1 year ago

xstable commented 1 year ago

Thanks for this nice Plugin. Could you please provide the Server-Script / Implementation you made at your vercel-server, so that user can setup their own script for it. I am not saying that you are up to no good, but you know the maxim for the internet: trust nobody when it comes to your sensitive data.

I think many users would appreciate to be able to run that script at their own servers / pc's.

spidy0x0 commented 1 year ago

Yeah, not the first time it has been asked #17 . he just ignores it.

spidy0x0 commented 1 year ago

i just checked the network requests, not much user data tied to the prompt request(only user agent and ip). just don't know why he won't open-source it for improvements :(

edugithub commented 1 year ago

Yes, I wanted to contribute by adding a 'filter by domain site' functionality and I see that the search logic is out of the plugin... in the vercel-server :(

nevertoday commented 1 year ago

is't the any cli tools or command tools to simulate the web search result lists?

jaigouk commented 1 year ago

i ended up running proxy.js https://github.com/jaigouk/chatgpt-advanced/blob/main/proxy.js

hirargb commented 1 year ago

Use this https://pypi.org/project/duckduckgo-search/. Enjoy 😃

qunash commented 1 year ago

Alright, I made the repo public: https://github.com/qunash/ddg-webapp

It's nothing more than just a thin wrapper around duckduckgo-search/ python package.

My plan is to make this extension completely serverless. I've already moved to serverless URL to text extraction, next is scraping SERP from various search engines.