Viewing a single comment thread. View all comments

beautifoolstupid t1_j8862or wrote

The underlying base model (GPT3.5) is the same. ChatGPT is just finetuned for dialogue which is not needed for such apps tbh.

2

Rieux_n_Tarrou t1_j89d04y wrote

GPT3.5 is not a model that's available in the API. GPT3 davinci is the most powerful model available.

Case in point: there's a sign-up for the wait-list to get the chatGPT API

1

beautifoolstupid t1_j89ige0 wrote

da-vinci-003 (instructGPT) uses GPT3.5 as mentioned by OpenAI employees on twitter. ChatGPT is just finetuned for dialogue. If you use the playground, there isnโ€™t much difference in the output. In fact, da-vinci is more suited for building applications IMO.

4