在OpenAI官方网页中,我们可以看到官方对ChatGPT的描述为“ChatGPT is fine-tuned from a model in the GPT-3.5 series, which finished training in early 2022. You can learn more about the 3.5 series here. ChatGPT and GPT 3.5 were trained on an Azure AI supercomputing infrastructure”,从而得知ChatGPT与GPT-3.5是两个不同产品。
- 官方对GPT-3.5系列的介绍里,
text-davinci-003
是其中的模型之一。 - 我们再查阅官方对OpenAI API KEY的介绍,其中有一句“The API is powered by a set of models with different capabilities and price points. Our base GPT-3 models are called Davinci, Curie, Babbage and Ada”,davinci赫然在列。
我们可以得出结论:现在所有使用OpenAI API KEY的项目,都不是基于ChatGPT开发的项目
,官方并未发布ChatGPT的API接口。
- 事实上,ChatGPT最近发生过登录认证风波,想了解详细过程的可以查看这个issue。
- 如果你自己有分别使用过ChatGPT的官方chat和OpenAI的API接口chat,你会发现API接口chat比ChatGPT的官方chat“笨”得多。
© 版权声明
文章版权归作者所有,未经允许请勿转载。
THE END
暂无评论内容