https://github.com/3shain/gpt-automation
https://github.com/3shain/gpt-automation
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/3shain/gpt-automation
- Owner: 3Shain
- License: mit
- Created: 2023-10-16T12:21:37.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-06T17:15:05.000Z (over 2 years ago)
- Last Synced: 2025-03-28T15:54:38.334Z (over 1 year ago)
- Language: TypeScript
- Size: 479 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Citation: CITATION.cff
Awesome Lists containing this project
README
# ChatGPT Prompt Automation Tool
Automating prompts based on presets and generating html reports with interactive marking workflows. Mainly for research purpose (e.g. accessing performance of responses).
Notes:
- Ensure the width of browser window is large enough (otherwise ChatGPT will use a compact layout, which causes this script fails to work)
- After ChatGPT stop responding, there will be at most 10 seconds cool down time (that's by design, as it's absolute possible to submit a new prompt immediately)
- Please keep the browser tab open! Avoid minimizing it as it might cause some problem.
- If you want to stop it...simply close the tab/browser.
TODO: add detail instructions here