https://github.com/letsdoitbycode/ai-chat-bot
This AI-powered chatbot is created using the OpenAI API, leveraging advanced language models to understand and generate human-like text. It can assist with a variety of tasks, answer questions, and engage in conversations on diverse topics, providing intelligent and contextually relevant responses.
https://github.com/letsdoitbycode/ai-chat-bot
chat-application chatbot front-end-development openai-api
Last synced: 2 months ago
JSON representation
This AI-powered chatbot is created using the OpenAI API, leveraging advanced language models to understand and generate human-like text. It can assist with a variety of tasks, answer questions, and engage in conversations on diverse topics, providing intelligent and contextually relevant responses.
- Host: GitHub
- URL: https://github.com/letsdoitbycode/ai-chat-bot
- Owner: letsdoitbycode
- Created: 2024-06-12T14:53:12.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-12T15:08:03.000Z (about 2 years ago)
- Last Synced: 2025-01-16T05:54:48.427Z (over 1 year ago)
- Topics: chat-application, chatbot, front-end-development, openai-api
- Language: CSS
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AI-Chat-BOT
To integrate your OpenAI API key into the script.js file, follow following steps
-----------------------------------------------------------------
1. Generate your OpenAI API key on the OpenAI platform.
2. Open the script.js file.
3. Locate the placeholder INSERT_UR_API_KEY.
4. Replace 'INSERT_UR_API_KEY' with your actual OpenAI API key.
# *Steps to Generate OpenAI API Key*
1. Sign up or log in to your OpenAI account.
2. Navigate to the “API keys” section in your account dashboard.
3. Click on “Create new key” to generate a new API key.
4. Copy the generated API key and save it securely.