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.
Dom Sip
@dom_sipowicz
JavaScript SDK for @OpenAI API. This is a huge opportunity. In an ideal scenario, this should be very lightweight, run on all runtimes (web, edge) and be streamable. #AI@rileytomasek@transitive_bs
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.
Yes there is.
OpenAI AI uses GPT3,
Chat GPT uses a more advanced model of GPT3.5
Fair enough. Also based on my own testing,
text-davinci-003yielded similar and sometimes more accurate results than ChatGPT in some cases.