Earlier quoted context omitted.
> I have no idea how OpenAI can make money on this. This has to be a loss-leader to lock out competitors before they even get off the ground. The worst thing that can happen to OpenAI+ChatGPT right now is what happened to DallE 2, a competitor comes up with an alternative (even worse if it's free/open like Stable Diffusion) and completely undercuts them. Especially with Meta's new Llama models outperforming GPT-3, it…
I thought it was Midjourney who stole their thunder. Stable Diffusion is free but it's much harder to get good results with it. Midjourney on the other hand spits out art with a very satisfying style.
Introducing ChatGPT and Whisper APIs
241–250 of 696 posts
Re: Introducing ChatGPT and Whisper APIs
#242Earlier quoted context omitted.
Someone can still undercut them by offering an uncensored version.
For better or for worse, it seems like this would inherently need to come from a self-hostable, open-source version so 100% "liability" could be shifted from provider to user.
Re: Introducing ChatGPT and Whisper APIs
#243Earlier quoted context omitted.
It's speculated that ChatGPT uses 8x A100s, which flips the conclusion. Although the ChatGPT optimizations done to reduce costs could have also reduced the number of GPUs needed to run it.
I checked the price of a A100, and its costs 15k? Is that right?
Re: Introducing ChatGPT and Whisper APIs
#244This feels like the AI’s iPhone moment. I am scared for all people working service jobs.
Probably could stop there.
Re: Introducing ChatGPT and Whisper APIs
#245Earlier quoted context omitted.
I do struggle with understanding why people think this is strangling the potential of GPT. Do you find yourself frustrated working with your colleagues, thinking, “you know, I bet if they felt more free to utter racist slurs or endorse illegal activities, we would get a ton more done around here”?
I can only see it affecting 'art', where you might want to have characters that are despicable say despicable things. But really we shouldn't be using AI to make our art for us anyway. Help, sure, but it shouldn't be literally writing our stories.
Re: Introducing ChatGPT and Whisper APIs
#246Re: Introducing ChatGPT and Whisper APIs
#247Example code using the new function and endpoint:
import lambdaprompt as lp
convo = lp.AsyncGPT3Chat([{'system': 'You are a {{ type_of_bot }}'}])
await convo("What should we get for lunch?", type_of_bot="pirate")
> As a pirate, I would suggest we have some hearty seafood such as fish and chips or a seafood platter. We could also have some rum to wash it down! Arrr!(In order to use lambdaprompt, just `pip install lambdaprompt` and export OPENAI_API_KEY=...)
Re: Introducing ChatGPT and Whisper APIs
#248Speculation: GPT-turbo is a new chinchilla optimal model with the equivalent capabilities as GPT-3.5. So it's literally just smaller, faster and cheaper to run. The reason I don't think it's just loss-leading is that they made it faster too. That heavily implies a smaller model.
Re: Introducing ChatGPT and Whisper APIs
#249This feels like the AI’s iPhone moment. I am scared for all people working service jobs.
Re: Introducing ChatGPT and Whisper APIs
#250Earlier quoted context omitted.
They probably shrunk the model from 175B to 17B. That's your 10:1 price reduction.
Wouldn't that almost certainly lead to measurable loss of capabilities?