Skip to content

A web app with OpenAI integration for real-time chatting.

Notifications You must be signed in to change notification settings

bohdan-mykhailenko/ui_ai-coach-chat

Repository files navigation

AgileGPT Application

Overview

Description

This project is a real-time chat to communicate with an Open AI model in an Agile assistant role.

Features

  • Real-time chatting: Allow users to ask the Open AI model and get quick responses.
  • Adaptability: Full adaptability for different screen resolutions.

Technologies

Preview

On desktop screen

image

On tablet screen

image

On mobile screen

image

Getting Started

To get started with the app, follow these steps:

  1. Clone the repo:
  https://github.com/<username>/ai_coach.git
  1. Navigate to the project dir:
  cd ai_coach
  1. Install dependencies:
  npm install
  1. Start the server:
  npm start
  1. (optional) Set your API URL:
  • Open the src/consts/api.ts file and set your URL.
  • Add environment variable API_URL with your URL.