Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Copying responses from ChatGPT is understood as separate lines. #121

Open
moshpirit opened this issue Jun 18, 2023 · 0 comments
Open

Copying responses from ChatGPT is understood as separate lines. #121

moshpirit opened this issue Jun 18, 2023 · 0 comments

Comments

@moshpirit
Copy link

If I ask for something, like "give me the first 3 lines of lore ipsum text" I get:

chatgpt Sure! Here are the first three lines of Lorem Ipsum text:

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor
incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,

Notice that there is a line break (between "tempor" and "incididunt") due to the size of the terminal. Is there any way to fix it so when pasting the response, we can get this?:

chatgpt Sure! Here are the first three lines of Lorem Ipsum text:

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant