Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI Chat Application

This project is a web-based AI chat application that allows users to login, select an AI, and chat with it. The application is built using HTML, CSS, JavaScript (jQuery), and PHP, and utilizes the AIGENCY API for AI interactions.

Features

  • User authentication (login)
  • AI team listing
  • Start new chat
  • Reset chat
  • Send and receive messages

Technologies Used

  • HTML
  • CSS
  • JavaScript (jQuery)
  • PHP

Requirements

  • Web server with PHP support (e.g., Apache, Nginx)
  • Internet connection (for API requests)
  • AIGENCY account

AIGENCY API

This application uses the AIGENCY API for AI interactions. You need to create an account on AIGENCY and obtain your API credentials.

Creating an AIGENCY Account

  1. Go to AIGENCY and sign up for an account.
  2. Verify your email address.
  3. Log in to your AIGENCY account and navigate to the API section to get your API credentials.

Installation

  1. Clone the repository to your local machine:

    git clone https://github.com/ecloud-bh/aichat.git
  2. Navigate to the project directory:

    cd aichat
  3. Place the project files in the web server's root directory (e.g., htdocs for XAMPP, www for WAMP).

  4. Start your web server.

Usage

  1. Open your web browser and navigate to http://localhost/aichat.

  2. Enter your email and password to login.

  3. Select an AI from the list.

  4. Start chatting with the AI.

  5. Use the "Reset Chat" button to reset the chat or the "New Chat" button to select a new AI.

File Structure

aichat/ ├── api.php ├── index.html ├── script.js └── README.md

  • api.php: Handles API requests to the server.

  • index.html: Main HTML file with the user interface.

  • script.js: JavaScript file containing the application logic.

  • README.md: Project documentation.

    Screenshots

AIGENCY Login

AIGENCY AI List

AIGENCY Chat

About

This project is a web-based AI chat application that allows users to login, select an AI, and chat with it. The application is built using HTML, CSS, JavaScript (jQuery), and PHP, and utilizes the AIGENCY API for AI interactions.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages