이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

Conversation via ChatGPT

설명

The Conversation via ChatGPT plugin provides a simple way to add a chatbot powered by OpenAI’s language model, ChatGPT, to your WordPress site. You can use the chatbot to answer questions from your visitors or engage in conversation with them.

The plugin adds a new admin menu item under “Conversation via ChatGPT” where you can set your OpenAI API key and configure the chatbot options. You can also use the [chatgpt_conversation] shortcode to display the chatbot on a post or page.

Usage

To use the plugin, you can add the [chatgpt_conversation] shortcode to any post or page. The shortcode takes two attributes:

placeholder: You can suggest a question for user.
topic: The topic of the conversation. ChatGPT will stay on topic and only answer questions related to the topic.

Example usage:
[chatgpt_conversation placeholder=”Can you suggest me the best series on AI ?” topic=”Series and movies about artificial intelligence”]

설치

Upload the chatgpt-conversation folder to the /wp-content/plugins/ directory or install the plugin through the WordPress plugins screen directly.

Activate the plugin through the ‘Plugins’ screen in WordPress.

Go to the “Conversation via ChatGPT” admin menu and enter your OpenAI API key.

Configure the chatbot options as desired.

Use the [chatgpt_conversation] shortcode to display the chatbot on a post or page.

FAQ

What is OpenAI?

OpenAI is an artificial intelligence research lab that focuses on creating and advancing AI in a safe and beneficial way.

How do I get an OpenAI API key?

You can sign up for the OpenAI API at https://beta.openai.com/signup/.

How do I use the chatbot?

After you’ve set your OpenAI API key and configured the chatbot options in the “Conversation via ChatGPT” admin menu, you can use the [chatgpt_conversation] shortcode to display the chatbot on a post or page. Visitors can then interact with the chatbot by typing in questions or statements.

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“Conversation via ChatGPT”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Conversation via ChatGPT”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.0

Initial release.

1.0.1

Tested on WordPress “6.2”.