Bernward
Bernward
This project is not an API, but rather a project that utilizes a Chrome-based automation library to open the chat.openai.com website and retrieve the output from that website. This output...
# Add New Prompt You'll need to add your prompt into README.md, and to the `prompts.csv` file. If your prompt includes quotes, you will need to double-quote them to escape...
Fixed code injection and XSS vulnerabilities in the GPT4FREE GUI. Sanitized user input to prevent code injection attacks and used put_text instead of put_markdown to prevent XSS attacks. Made additional...