filmov
tv
How to Upload Files to ChatGPT - Uploading Files to ChatGPT

Показать описание
How to Upload Files to ChatGPT - Uploading Files to ChatGPT
In this video, I will show you how to upload files to chat gpt directly without using any third-party plugins. This is a method that allows you to upload any kind of file like txt, csv, pdf or another type of files in a few seconds with a click of a button to chatgpt.
This is by far the best method if you want to allow chat gpt to let you upload files to it's platform. Open AI did not officially announce this feature as it's not really feature, it's a line of code that you can paste into the chat gpt platform in order to allow to upload files to chat gpt.
Prompt:
async function submitConversation(text, part, filename) {
const enterKeyEvent = new KeyboardEvent("keydown", {
bubbles: true,
cancelable: true,
keyCode: 13,
});
}.
The progress bar should be updated after each chunk is submitted within the for loop as follows
and should also check if chatgpt is ready with this code:
chatgptReady = false;
while (!chatgptReady) {
await new Promise((resolve) => setTimeout(resolve, 1000));
".text-2xl > span:not(.invisible)"
Once all chunks have been submitted, the progress bar should turn blue."
Subscribe to Our Channel For More Tech Tutorials:
Feel free to ask any questions below! 👇
#chatgpt #openai
In this video, I will show you how to upload files to chat gpt directly without using any third-party plugins. This is a method that allows you to upload any kind of file like txt, csv, pdf or another type of files in a few seconds with a click of a button to chatgpt.
This is by far the best method if you want to allow chat gpt to let you upload files to it's platform. Open AI did not officially announce this feature as it's not really feature, it's a line of code that you can paste into the chat gpt platform in order to allow to upload files to chat gpt.
Prompt:
async function submitConversation(text, part, filename) {
const enterKeyEvent = new KeyboardEvent("keydown", {
bubbles: true,
cancelable: true,
keyCode: 13,
});
}.
The progress bar should be updated after each chunk is submitted within the for loop as follows
and should also check if chatgpt is ready with this code:
chatgptReady = false;
while (!chatgptReady) {
await new Promise((resolve) => setTimeout(resolve, 1000));
".text-2xl > span:not(.invisible)"
Once all chunks have been submitted, the progress bar should turn blue."
Subscribe to Our Channel For More Tech Tutorials:
Feel free to ask any questions below! 👇
#chatgpt #openai
Комментарии