giosilvi/GPT-Prompter

[FEATURE] A new window for GPT-Prompter

Opened this issue · 3 comments

Hi. I have a couple of thoughts on improving this extension.

  • Customizing the appearance of the window. Changing the font size and adjusting the light/dark theme.
  • To have a handle to move instead of clicking the whole window. I suggest a bar on the left that you can hold on and move the window, or on the top.

Also option to turn off the typewriter animation would be good.

Also option to turn off the typewriter animation would be good.

The typewriter animation is not actually intended as animation. is the option "stream" from the gpt API to get the answer as fast as possible, getting each token as soon as it is ready, similar to what is done in the Playground of OpenAI. The alternative would be to wait for the entire answer to be generated and then you would receive the whole message back. This could take several seconds for long answer. The very first version was like this, and often times while waiting I was wondering if it actually was working

Hi. I have a couple of thoughts on improving this extension.

  • Customizing the appearance of the window. Changing the font size and adjusting the light/dark theme.
  • To have a handle to move instead of clicking the whole window. I suggest a bar on the left that you can hold on and move the window, or on the top.

I ll add in the near future a page with "advanced option" to add features like you suggested. For now I changed the font size to be inherited from the page, rather than fixed. In the next days the new version 0.0.0.4 should be available, with other new features