ChatGPT Plugins rolling out to all Plus users over the course of the next week
11–20 of 26 posts
Re: ChatGPT Plugins rolling out to all Plus users over the course of the next week
#12Earlier quoted context omitted.
The Noteable plugin (disclaimer: I work there) allows you to create an entire computational notebook from a prompt. Load data, EDA, ML, viz, natural language description... all of it. It's the first thing I've done where when I've shared it with people not in tech they're legitimately wowed and a bit scared.
Does it work with 3.5 or only 4? I'd love to try it out when I get access to plugins.
Re: ChatGPT Plugins rolling out to all Plus users over the course of the next week
#13Am I wrong or can you feed it your github repo and get it to create code relevant to your project - instead of manually feeding it contextual info with every prompt?
Re: ChatGPT Plugins rolling out to all Plus users over the course of the next week
#14Can anyone share any use cases they've found for ChatGPT plugins? Maybe it's because I don't have access to the Browsing plugin yet but the only use I've found for it was writing Wolfram Alpha queries for me like last week when I wanted to know how long it would take to get to the moon assuming a constant 1g acceleration (~3.4 hours iirc)
The Noteable plugin (disclaimer: I work there) allows you to create an entire computational notebook from a prompt. Load data, EDA, ML, viz, natural language description... all of it. It's the first thing I've done where when I've shared it with people not in tech they're legitimately wowed and a bit scared.
[0]: https://noteable.io/blog/noteable-launches-chatgpt-plugin-re...
Re: ChatGPT Plugins rolling out to all Plus users over the course of the next week
#15Can you use Wolfram Alpha and give me the exact distance to Mars in miles?
Hello, this is Bing. I can use Wolfram Alpha to give you the exact distance to Mars in miles. According to Wolfram Alpha, the distance to Mars from Earth as of Fri, 12 May 2023 20:14:56 GMT+00:00 is 155.9 million miles (250.9 million km). This distance changes constantly as both planets orbit the sun at different speeds and distances. The minimum distance that Mars and Earth can be apart is about 33.9 million miles (54.6 million km), and the maximum distance is about 250 million miles (401 million km). The average distance between Earth and Mars is 140 million miles (225 million km)(space.com)(space.com)(solarsystem.nasa.gov).
Re: ChatGPT Plugins rolling out to all Plus users over the course of the next week
#16Finally... it's been frustrating being a paying Plus user since the beginning and not having access to many of the features users have had access to. I hope they'll also roll out web browsing and image uploading for everyone soon.
Re: ChatGPT Plugins rolling out to all Plus users over the course of the next week
#17Earlier quoted context omitted.
I haven't used it yet but we utilize instacart in our household, I'll be very eager to see if I can feed it a few URLs for recipes i'd like to cook in the week, intelligently collect and organize the ingredients (and their proper amounts) needed, add it to an instacart account order where I approve the final list, and order. It would save me a pretty manual repetitive task I do most weeks at least once or twice. If I…
I don't know if you are on a mac - the but app Paprika works really well for the first part of this.
Re: ChatGPT Plugins rolling out to all Plus users over the course of the next week
#18Am I wrong or can you feed it your github repo and get it to create code relevant to your project - instead of manually feeding it contextual info with every prompt?
How does it decide which files?
One technique is to use embeddings, and then only provide a subset that is close to the prompt embedding. The hard part here is chunking and deciding what close means. One example, when including a function in the context, do I need to include the body, or is the doc string and signature sufficient?
Re: ChatGPT Plugins rolling out to all Plus users over the course of the next week
#19Can anyone share any use cases they've found for ChatGPT plugins? Maybe it's because I don't have access to the Browsing plugin yet but the only use I've found for it was writing Wolfram Alpha queries for me like last week when I wanted to know how long it would take to get to the moon assuming a constant 1g acceleration (~3.4 hours iirc)
Re: ChatGPT Plugins rolling out to all Plus users over the course of the next week
#20Earlier quoted context omitted.
I don't know if you are on a mac - the but app Paprika works really well for the first part of this.
O_o....I did not know that, I'll have to try it out. Thanks for the tip!