josStorer / chatGPTBox

Integrating ChatGPT into your browser deeply, everything you need is here
MIT License
9.71k stars 723 forks source link

Custom Prompting with website context. #735

Open sbelanger3 opened 1 week ago

sbelanger3 commented 1 week ago

Is your feature request related to a problem? Please describe. 新功能是否与解决某个问题相关, 请描述 A clear and concise description of what the problem is. I am often trying to ask a specific question based on context given in a particular website and instead have to generate a summary, then query a second time which is very inefficient on some smaller models like phi-3.

Describe the solution you'd like 你期望的新功能实现方案 A clear and concise description of what you want to happen. I was hoping for another option next to the summarize page option that would allow me to prepare the quarry with the information from the website and not send the quarry until I write my question.

Additional context 其他 Add any other context or screenshots about the feature request here. This would allow for custom prompting against the context of a given website which is much more versatile and efficient then the current 2 query approach. Not saying to remove any of these features but a custom prompt feature would allow for much more options on how you want the ai to interact with the webpage, especially when you are working with a smaller context window and a larger website / context size.

!!Anyone who is able to solve this, I would love to hear back with your code, I am a computer science major myself just not particularly familiar with chrome extensions.!!

Wooden-Gear commented 1 week ago

I just brought up this issue the day before yesterday, ideally all places where prompt is used should be customizable。