Skip to content

It's movie booking chatbot trained exclusively for customer assistance on booking , show details and more.

Notifications You must be signed in to change notification settings

ramya24-eng/bookshow-openai-assistant

Repository files navigation

OpenAI Chatbot

This project demonstrates a simple chatbot using OpenAI's GPT model. The bot can respond to text input dynamically, leveraging OpenAI's API. To view chatbot server click here

Generating OpenAI API key

To use OpenAI's API, you'll need an API key. Follow these steps to set it up:

Go to OpenAI's platform and log in or sign up.

Navigate to the API section and copy your API key.

Create a file called .env in the root of your project directory (or set the environment variable in your terminal):

Alternatively, you can set it as an environment variable directly in the terminal (for temporary use): export OPENAI_API_KEY=your_api_key_here

Usage

Running the Chatbot The chatbot script will take input from the user and return a response from OpenAI's GPT model.

About

It's movie booking chatbot trained exclusively for customer assistance on booking , show details and more.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published