Skip to content
/ ChatAI Public

OpenAI codex (Davinci 03) Powerd Chating webapp using javascript

Notifications You must be signed in to change notification settings

HMAHD/ChatAI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChatAI


forthebadge
Codacy Badge contributions welcome Maintenance Website thismypc.com GitHub license Gitter

ChatAI OpenAI is an open source chatbot application that uses natural language processing (NLP) to interact with users. It is designed to provide a conversational experience that is both engaging and informative. The application can be used for customer service, marketing, or any other type of conversation.ChatAI OpenAI uses the latest in artificial intelligence technology to understand user input and respond accordingly. It can be trained to recognize specific words and phrases, as well as understand the context of conversations. This allows it to provide more accurate responses and better customer service.



The application also includes a variety of features such as:

  • Natural language processing (NLP)
  • Machine learning algorithms
  • Customizable responses
  • Ability to integrate with other applications
  • Support for multiple languages
  • Ability to create custom bots
  • Analytics and reporting tools

Built With

Vue.js RemixVite NodeJS NPM

Installation

Option 1: Clone the repository

This Command will copy a full project to your local environment.

git clone https://github.com/HMAHD/ChatAI.git

Option 2: Create .env file

Create .env file inside the server folder.

OPENAI_API_KEY = "YourAPIKey"

Option 3: change fetch url

Goto client>script.js Line no-89

const response = await fetch('https://localhost:5000',

Option 4: Run the server

cd .\server\
npm run server

If server is running Goto https://localhost:5000 and you will see response

Option 5: Run the Frontend

Split the terminal and go to client folder.

npm run dev

Hosted In

Vercel.com

Licensing

The MIT License 2023 - Under Akash Hasendra