DEV Community

Srinivas Kandukuri
Srinivas Kandukuri

Posted on

Popular tag(#openai) last week top 5

用 Python 串接 OpenAI 模擬 ChatGPT 聊天機器人

ChatGPT 引起了旋風, 如果能將 ChatGPT 嵌入自己的程式中, 應該會很好玩, 大概是每個人心中第一個想到的事, 不過實際上 ChatGPT 並沒有發布正式的 API, 只能利用 OpenAI 現有的 API 達到類似的功能。以下我們就簡單的試試看, 完成用 Python 串接 OpenAI API 的流程, 並進一步模擬聊天的功能。

申請 API 金鑰

要使用 OpenAI 的...

Mastering the GPT-3 Temperature Parameter with Ruby

In previous articles I have covered how you can use OpenAI in your Ruby application to take advantage of the GPT-3 AI model. While it is powerful, it can be complicated to use, especially when it...

Creating an AI email parser using Ruby and OpenAI (GPT-3)

You may frequently need to extract crucial information from emails in your role as a developer. This might be done to extract the sender’s identity, a list of the companies referenced in the email, or...

Creating automated product descriptions with ChatGPT, React, and Node.js

Introduction

In today's fast-paced ecommerce world, it's more important than ever to have compelling product descriptions that clearly and accurately convey the value of your offerings. However,...

Using ChatGPT to talk to my website

The last 4 weeks, I've literally done nothing that's not related to ChatGPT - But I assume that's true for most of us. A couple of days ago I released a new version of Aista Magic Cloud, allowing...

Top comments (2)

Collapse
 
c4r4x35 profile image
Srinivas Kandukuri

Shoutout to all the awesome authors featured this week : @codemee , @kanehooper , @kanehooper , @ashutoshkrris , and @polterguy 🙌.

Collapse
 
kanehooper profile image
Kane Hooper

Cheers Srinivas. Much appreciated.