From 8b007038f2b7c3d37b238cdaa6e644f8b44bd804 Mon Sep 17 00:00:00 2001 From: Jael Gu Date: Thu, 2 Mar 2023 14:44:27 +0800 Subject: [PATCH] Add chatgpt to chatbot Signed-off-by: Jael Gu --- chatbot/description.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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"