I have this list of substations that has the city, state, zip, county, lat/lon information present already, and I want the name of the substation plotted in the name field. Is there a possibility to do this using ChatGPT?
I have tried something and it seems to be working partially. But, something that is strange is that it returns a maximum of 30 outputs, and puts the rest of the ones under rejected(Error: HTTP/2 429 (Too many requests)).
This is how it has worked for me:
Prompt: Get the names of the substations using @Value(LATITUDE) @Value(LONGITUDE) @Value(COUNTRY) @Value(COUNTY) @Value(ZIP)
I have tried something and it seems to be working partially. But, something that is strange is that it returns a maximum of 30 outputs, and puts the rest of the ones under rejected(Error: HTTP/2 429 (Too many requests)).
This is how it has worked for me:
Prompt: Get the names of the substations using @Value(LATITUDE) @Value(LONGITUDE) @Value(COUNTRY) @Value(COUNTY) @Value(ZIP)
The 429 is pretty much to be expected unless you're a paying customer, ChatGPT usage is very restricted for non-paying users due to heavy load.
Tried playing around and doing some QC using GPT. It provides impressive results. Here are the results:
There are 4 examples here, each on the big boxes. The highlighted(in blue) in each big boxes is the output from GPT and the corresponding below one is the expected output. One good part, it provides not only the names but also the type of generator.