AI Chat Application
An AI chat application built using the OpenAI API and Reflex in Python. Description
This project is an AI chat application that leverages the OpenAI API and the Reflex library in Python. It allows users to have natural language conversations with an AI assistant.
Installation
Clone the repository:
git clone https://github.com/Rammuni28/AICHAT_Reflex.git
Install the required dependencies:
pip install openai reflex
Obtain an API key from OpenAI by following the instructions here.
Set the API key as an environment variable:
export OPENAI_API_KEY=your_api_key_here
Usage
Run the application:
reflex.py
The application will prompt you to enter your messages. Type your message and press Enter to receive a response from the AI assistant.
Technologies Used
OpenAI API
Reflex
Python