DEV Community

Discussion on: Creating a website aggregator with ChatGPT, React, and Node.js 🚀

Collapse
 
sip profile image
Dom Sipowicz • Edited

I have a genuine question. Is there a reason to use ChatGPT over OpenAI's text-davincii-text or other OpenAI models? I know everyone use the ChatGPT (check the chart) but it's faster and more "the right way" to use directly the text/code models to perform those tasks.

Collapse
 
nevodavid profile image
Nevo David

Yes there is.
OpenAI AI uses GPT3,
Chat GPT uses a more advanced model of GPT3.5

Collapse
 
sip profile image
Dom Sipowicz

Fair enough. Also based on my own testing, text-davinci-003 yielded similar and sometimes more accurate results than ChatGPT in some cases.