Copy link to clipboard
Copied
I asked ChatGPT to provide a list of keywords based on the title of my asset without repeating any words and got this:
If you used the web interface then try again using the API/Playground, the GPT4 on there is far better. Also the LLaVA open source model for multimodal vision is practically on par and is free (there's online demos on their official page). Additionally it only takes a tiny bit of code to auto-filter repetitions or there's probably ways to use Microsoft Guidance to help with GPT if you use that still. GPT, especially the older versions or the versions on the web-interface, occasionally get into a
...It's easy for ChatGPT itself to code though which is the important part. It can write code to self correct and remove duplicates. It just needs to be told to write such a function and to always pass the response through that filter function before displaying it to the user. It takes a bit of prompt engineering but with the new custom GPT feature you only need to do it once then you can reuse that GPT that is designed with that feature.
Copy link to clipboard
Copied
If you used the web interface then try again using the API/Playground, the GPT4 on there is far better. Also the LLaVA open source model for multimodal vision is practically on par and is free (there's online demos on their official page). Additionally it only takes a tiny bit of code to auto-filter repetitions or there's probably ways to use Microsoft Guidance to help with GPT if you use that still. GPT, especially the older versions or the versions on the web-interface, occasionally get into a weird repitition loop like that. You can build the repitition filter into python code and inject it directly into the online GPT interface using the new custom GPT system too so it just handels the fixing automatically in the web version if you have it use a custom function to print the answer to you and that function has the filter in place.
Copy link to clipboard
Copied
Additionally it only takes a tiny bit of code to auto-filter repetitions or there's probably ways to use Microsoft Guidance to help with GPT if you use that still. GPT, especially the older versions or the versions on the web-interface, occasionally get into a weird repitition loop like that. You can build the repitition filter into python code and inject it directly into the online GPT interface using the new custom GPT system too so it just handels the fixing automatically in the web version if you have it use a custom function to print the answer to you and that function has the filter in place.
By @sixhaunt
Yes, easy … for coders. I'm an old fashion coder, you know the kind of coder writing system code in machine language to save bits and bytes and counting machine cycles to save time for real-time applications on small microprocessor systems. I understand what you are saying, but a non-coder would have some difficulties with even that. 😉 So people, if you think that this is easy stuff, it is only, if you have the knowledge to do this. All others would need to hire a programmer, or learn programming.
ChatGPT is a great tool, but it talks like a politician. Opens the mouth and listens to what comes out. If there is no real intelligence behind to check the outcome, you'll get wrong results.
Copy link to clipboard
Copied
It's easy for ChatGPT itself to code though which is the important part. It can write code to self correct and remove duplicates. It just needs to be told to write such a function and to always pass the response through that filter function before displaying it to the user. It takes a bit of prompt engineering but with the new custom GPT feature you only need to do it once then you can reuse that GPT that is designed with that feature.
Copy link to clipboard
Copied
I will hire you as an AI specialist if I need one. 🤔
I'm impressed.
(Less with you getting blocked after 60k assets, however)
Copy link to clipboard
Copied
Great, it executed your prompt correctly. 😂
Copy link to clipboard
Copied
I have used Bing and it worked very good.
Copy link to clipboard
Copied
I've probably used ChatGPT a good hundred times so far and it normally behaves a lot better than this. It does occasionally repeat words, and I also add Adobe's suggestions to the results, then tell ChatGPT to remove an duplicate words.
Where ChatGPT has helped me most is that Ive done it enough to pretty much guess what words it's going to spit out for a given subject, so I'll just end up enterting them manually. It's faster sometimes than all. the copying and pasting.
But yeah, I'll give Bing a try.