diff --git a/chatbot/description.yaml b/chatbot/description.yaml index 617cf72..94a044d 100644 --- a/chatbot/description.yaml +++ b/chatbot/description.yaml @@ -3,7 +3,11 @@ description: "The ChatBot operator uses language model(s) to reply to given cont img-credit: "How Conversational Chatbots Marketing is the Future of eCommerce" img-ref: "https://towardsdatascience.com/how-conversational-chatbots-marketing-is-the-future-of-ecommerce-6743268caa11" operator-implementations: - - OpenAI: + - OpenAI (general text completion): implementation: "openai" op-name: "chatbot.openai" op-link: "https://towhee.io/chatbot/openai" + - ChatGPT (chat completion): + implementation: "openai-chat" + op-name: "chatbot.openai_chat" + op-link: "https://towhee.io/chatbot/openai-chat"