Skip to content

Latest commit

 

History

History
42 lines (23 loc) · 1.55 KB

README.md

File metadata and controls

42 lines (23 loc) · 1.55 KB

webex-gpt

The Webex GPT Chatbot is a powerful conversational AI application that harnesses the capabilities of the GPT (Generative Pre-trained Transformer) model to create an intelligent and interactive chatbot for Cisco Webex. This project uses open ai API to integrate with CISCO WebeX will deliver an efficient and engaging conversational experience.

Webex GPT Documentation

This documentation provides information on setting up and using the Webex GPT (Generative Pre-trained Transformer) chatbot. The chatbot leverages Webex for communication and OpenAI's GPT for natural language understanding and generation.

Overview

The Webex GPT chatbot is designed to facilitate natural language conversations within a Webex environment. It utilizes the OpenAI GPT model to generate human-like responses based on the input it receives.

Getting Started

Prerequisites

Before using the Webex GPT chatbot, ensure you have the following:

  1. Webex Bot Access Token
  2. OpenAI API Keys

Installation

Clone the repository and install the required dependencies:

git clone <repository-url>
cd webex-gpt
pip install -r requirements.txt

Features
Natural Language Understanding: The chatbot uses OpenAI GPT to understand and interpret user messages.

Dynamic Responses: The bot generates dynamic responses based on the context of the conversation.

Webex Integration: Communicate with the chatbot through Webex spaces.


# Customization
Feel free to customize the chatbot's behavior by modifying the GPT model parameters, responses, or integrating additional features.