Hi
I have a text file accessible from a URL. What’s the best way to capture it so I can have a variable that I can use with OpenAI?
Thanks!
Hi
I have a text file accessible from a URL. What’s the best way to capture it so I can have a variable that I can use with OpenAI?
Thanks!
If it is a public url you can just use a http get a file. then put the data into OpenAi module and prompt it to get your variable.
Thanks @Mr.Make. Simple and Straight.
No problem. Hope you have a great day.