Feed a text file to ChatGPT. Before discussing with ChatGPT, let it read a background document first.
streamlit run streamlit_run.py
Should be: https://goldengrape-chatgpt-text-feeder-streamlit-run-rksucb.streamlit.app/
However, uc.Chrome doesn't look like it will work on the web. I don't know what's going on.
- very slow
- There is a possibility of http 429 error, which is more likely to occur if the text is longer.
- ChatGPT has limited memory. It is known that there is a 24KB long patent, and after feeding ChatGPT completely and asking who the inventor is, it has forgotten it.
From acheong08's Reverse engineering ChatGPT API