qequ / chatgpt_counter

A browser extension to count characters in openai's chatgpt
MIT License
1 stars 1 forks source link

Automatically change count limit based on the color of the send button #4

Open JukMR opened 1 year ago

JukMR commented 1 year ago

We can automate the process of switching between GPT 3.5 and GPT 4 word limit by checking what the color of the button is.

qequ commented 1 year ago

Need to be adressed if the color changes due to the user using a dark reader mode or alike

JukMR commented 1 year ago

Yes! Having that in mind i propose to check in the url for what is the current model selected or if not, we could check the conversation details in the top of the webpage:

image image

qequ commented 1 year ago

the url of each chat changes with a custom hash, I don't think it's possible that way. The info tab seems a better approach

JukMR commented 1 year ago

Also, as another alternative, the chat image does change color depending if the conversation is gpt 3.5 or 4:

image image

This could be another approach