Does this functionality provide more than one can build with the GPT-4 API? Could I get the same by just making my prompt "You are a computer and can run the following tools to help you answer the users question: run_python('program'), google_search('query')". Other people have done this already, for example [1] [1]: https://vgel.me/posts/tools-not-needed/
The docs are live, it looks like it can do a lot more than the basic API. https://platform.openai.com/docs/plugins/introduction
ChatGPT Plugins
71–80 of 1001 posts
Re: ChatGPT Plugins
#72(Zapier cofounder) Super excited for this. Tool use for LLMs goes way beyond just search. Zapier is a launch partner here -- you can access any of the 5k+ apps / 20k+ actions on Zapier directly from within ChatGPT. We are eager to see how folks leverage this composability. Some new example capabilities are retrieving data from any app, draft and send messages/emails, and complex multi step reasoning like look up data…
Don't get me wrong alot of platforms seem like they go bye, bye.
Hey, ChatGPT I need to sell my baseball card. Ok I see there's 30 people that have listed an interested in buying card like yours, would you like me to contact them?
20 on facebook marketplace, 9 on craiglist and some guy mentioned something about looking for one on his nest cam.
by the way remember what happened the last time you sold something on craigslist.
Re: ChatGPT Plugins
#73Everyone's been talking about how ChatGPT will disrupt search, but looking at the launch partners, I think this has the potential to completely subvert the OS / App Store layer. On some level, how much do I need an OpenTable app if I can use voice/text input and a multi-modal response that will ultimately book my reservation? Not saying mobile's going away, but this could be the thing that does to mobile what mobile…
Re: ChatGPT Plugins
#74Seems like someone already wrote an HN plugin. More than one enthusiastic comment per minute on this thread and it was just posted half an hour ago. Plus HN is filled with enthusiasm about ChatGPT today. Seems sus.
Re: ChatGPT Plugins
#75Re: ChatGPT Plugins
#76Re: ChatGPT Plugins
#77That's the sound of a thousand small startups going bust.
Well played OpenAI.
Re: ChatGPT Plugins
#78Everyone's been talking about how ChatGPT will disrupt search, but looking at the launch partners, I think this has the potential to completely subvert the OS / App Store layer. On some level, how much do I need an OpenTable app if I can use voice/text input and a multi-modal response that will ultimately book my reservation? Not saying mobile's going away, but this could be the thing that does to mobile what mobile…
Re: ChatGPT Plugins
#79Does this functionality provide more than one can build with the GPT-4 API? Could I get the same by just making my prompt "You are a computer and can run the following tools to help you answer the users question: run_python('program'), google_search('query')". Other people have done this already, for example [1] [1]: https://vgel.me/posts/tools-not-needed/
GPT and LLMs don't run code, even when you tell them to run something. They hallucinate an answer they think would be the result of running the code. Presumably these plugins will allow limited and controlled interaction with partner services.
The link talks about tools that 'lie' - ie. a calculator which deliberately tries to trick GPT-4 into giving the wrong answer. It turns out that GPT-4 only trusts the tools to a certain extent - if the answer the tool gives is too unbelievable, then GPT-4 will either re-run the tool or give a hallucinated answer instead.
Re: ChatGPT Plugins
#80This is a big deal for openai. Been working with homegrown toolkits and langchain, the open source version of this, for a number of months and the ability to call out to vectorstores, serpapis, etc, and chaining together generations and data-retrieval really unlocks the power of the LLMs. That being said, I'd never build anything dependent on these plugins. OpenAI and their models rule the day today, but who knows wh…