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

Improvement: Implement URL Shortening for Existing Search Engine Plugin in ChatGPT #108

Open Minidoracat opened 1 year ago

Minidoracat commented 1 year ago

Is your feature request related to a problem? Please describe. The current implementation provides source URLs in the response, but there is an issue with long URLs, especially those containing Chinese characters. These long URLs consume a significant portion of the character limit in ChatGPT's response due to URL encoding.

Describe the solution you'd like I propose updating the existing search engine plugin for ChatGPT with the following enhancement:

  1. Implement an automatic URL shortening feature to convert long URLs into short ones before including them in ChatGPT's response.

Describe alternatives you've considered N/A

Additional context This improvement would provide a better user experience with ChatGPT by ensuring that source URLs are accessible and concise, without consuming an excessive portion of the character limit in the response.