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

Update chatgpt_client.py #28

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

reise69
Copy link

@reise69 reise69 commented Aug 22, 2023

Extract code content only

Add BeautifulSoup to parse HTML (need for new feature)

Allow extraction of the content of code blocks only (not explanations or chat blabla)

All you need to do is fill in the argument: extract_code

Improved interaction with the chat

Improved speed for copying and pasting prompts into the textarea (which used to take a very long time line by line).

Copying is now done in JS

Also, checking whether or not the script is generating is now done using the "Stop Generating" button. The old method didn't work (for me anyway).

# Extract code content only

Add BeautifulSoup to parse HTML (need for new feature)

Allow extraction of the content of code blocks only (not explanations or chat blabla)

All you need to do is fill in the argument: extract_code

# Improved interaction with the cat

Improved speed for copying and pasting prompts into the textarea (which used to take a very long time line by line).

Copying is now done in JS

Also, checking whether or not the script is generating is now done using the "Stop Generating" button. The old method didn't work (for me anyway).
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

Successfully merging this pull request may close these issues.

None yet

1 participant