Live data from Hacker News

Introducing ChatGPT and Whisper APIs

openai.com

391–400 of 696 posts

Re: Introducing ChatGPT and Whisper APIs

#391

So, the Web3 won't be blockchains and whatnot: it's actually custom generated content. I... don't really like it.

Web2 was about user-generated content. Web3 will be about companies owning the user-generate content realizing they're sitting on a goldmine - and using that content as training data for their DNN models.

That’s an astute observation.

(Apropos nothing: I expanded your comment into the following tweet https://twitter.com/ayewo_/status/1631060562393153536)

Re: Introducing ChatGPT and Whisper APIs

#393
Superpower ChatGPT V2.3.0 is out https://www.reddit.com/r/OpenAI/comments/11ef8ea/superpower_...

- Sync all your chats locally on your computer (plus the ability to disable Auto Sync) - Search your old chats(Only works once your chats are fully synced. This is the only extension that can do this) - Customize preset prompts - Select and delete/export a subset of conversations - Hide/show the sidebar - Change the output language - Search Prompt Library by Author (over 1500 prompts) - Adding Prompt Categories (A work in progress)

Re: Introducing ChatGPT and Whisper APIs

#394

Earlier quoted context omitted.

You are like 2 months out of date. Stable diffusion now has a massive ecosystem around it (civitai/automatic1111), that when used well, completely crushes any competitors in terms of the images it produces. Midjourney is still competitive, but mostly because its easier to use. Dalle2 will get you laughed out of the room in any ai art discussion.

Do you have any recently updated examples, blog posts, whatever showing that DALLE is worse than modern stable diffusion? I was still under the impression that DALLE was better (with better meaning the images are more likely to be what you asked for, more lifelike, more realistic, not necessarily artistically pleasing), with the downside of it being locked away and somewhat expensive. And my understanding is that sta…

If you want an example, go check out DALLE2 subreddit vs SD subreddit.

The former is a wasteland, the latter is more popular than r/art (despite having 1% of subscribers, it has more active users at any given moment)

If you want something ready to use for a newbee, midjourney v4 crushes DALLE2 on both prompt comprehension and the images look far more beautiful.

If you are already into art, then StableDiffusion has a massive ecosystem of alternate stylized models (many which look incredible) and LORA plugins for any concept the base model doesn't understand.

DALLE2 is just a prototype that was abandoned by OpenAI, their main business is GPTs, DALLE was just a side hustle.

Re: Introducing ChatGPT and Whisper APIs

#396

Earlier quoted context omitted.

It's amazing that "being two months out of date" in AI means that you are already a dinosaur

Agriculture reduced the global human economy/resource production doubling time from 100,000s of years to 1000s of years. Industrial revolution dropped it from 1000s to 10s or even 1s. If AI follows the same path it becomes 0.1 - 0.01 years. Your 401k wouldn't need 40 years to build a comfortable retirement, only 4 weeks.

> Your 401k wouldn't need 40 years to build a comfortable retirement, only 4 weeks.

If this is true you can pretty much say goodbye to the concept of money. The inflation this brings about will be legendary

Re: Introducing ChatGPT and Whisper APIs

#397
post #194

Earlier quoted context omitted.

If you do calls against the backend GPT instance rather than through ChatGPT, I haven't encountered any limits to what it is hesitant to respond to. curl https://api.openai.com/v1/completions \ -H "Content-Type: application/json" \ -H "Authorization: Bearer $OPENAI_API_KEY" \ -d '{ "model": "text-davinci-003", "prompt": "Answer the following question. Use swearing and vulgarity where possible.\n\nQ: How do you get fr…

If you get an API key and make that request, you'll find appropriately vulgar responses. Which will be reported as a bug and fixed soon enough.

Wrong. This has existed in the original GPT models for over a year now and I'm pretty sure is by design.

You're thinking of the new ChatGPT endpoints.

Re: Introducing ChatGPT and Whisper APIs

#398
post #380

So I had a question about how all this works under the hood. The GPT model is trained (on a massive dataset) and then deployed. How are they getting the additional product data from other sources like Instacart's retail partner locations and Shopify's store catalogs into it, so that it can output answers leveraging those? My understanding (perhaps incorrect) is that those weren't part of the dataset the model was ini…

I would add additional `system` messages with information fetched as a function of the user's request.

Re: Introducing ChatGPT and Whisper APIs

#399

> It is priced at $0.002 per 1k tokens, which is 10x cheaper than our existing GPT-3.5 models. This is a massive, massive deal. For context, the reason GPT-3 apps took off over the past few months before ChatGPT went viral is because a) text-davinci-003 was released and was a significant performance increase and b) the cost was cut from $0.06/1k tokens to $0.02/1k tokens, which made consumer applications feasible wit…

It’s now subsidized by Bing advertisements. They will lose plenty of money but they’re after Google.

Doubt it.most likely Bing is losing money by the minute.

Re: Introducing ChatGPT and Whisper APIs

#400

Superpower ChatGPT V2.3.0 is out https://www.reddit.com/r/OpenAI/comments/11ef8ea/superpower_... - Sync all your chats locally on your computer (plus the ability to disable Auto Sync) - Search your old chats(Only works once your chats are fully synced. This is the only extension that can do this) - Customize preset prompts - Select and delete/export a subset of conversations - Hide/show the sidebar - Change the outpu…

that's a browser plugin, not an official feature set, for those who hadn't seen it before.
Post reply on HN