joshcho / ChatGPT.el

ChatGPT in Emacs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Async shell command repeats user input character each prompt

ntriisii opened this issue · comments

connecting to a chatgpt session and interacting with chatgpt produces something like this:

1>hi
hhii
Hello! How can I assist you today?
2> test string
ttteeesssttt ssstttrrriiinnnggg
Sure! How can I help you with the test string? Do you have a specific request or question related to it?
3> another test string
aaaannnnooootttthhhheeeerrrr tttteeeesssstttt ssssttttrrrriiiinnnngggg
Of course! Please provide me with the new test string, and let me know what you would like me to do with it or if you have any specific questions or requirements regarding the string

when the input string is too big and I'm 4 to 5 prompts into the chat it becomes unusable and the process stops responding.

steps to reproduce:

  1. start emacs
  2. M-x chatgpt-login
  3. login to my account in the browser
  4. type in the chat Async process buffer

Unlikely to be an issue after major refactor in c38c915. Please reopen if the issue persists.