Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 944 Bytes

README.md

File metadata and controls

38 lines (26 loc) · 944 Bytes

Getting Started

Prerequisites

  • Python 3.8 or later
  • OpenAI API key

Installation

To set up the project environment:

  1. Clone the repository to your local machine.
  2. Install the required dependencies by running:
    pip install -r requirements.txt
  3. Add your OpenAI API key to the app.py or set it as an environment variable.
  4. Usage
  5. To start the API server, run:
python app.py

The API endpoints will be available at http://localhost:3000 (default port).

Contributing I welcome contributions to this project. Please fork the repository, make your changes, and open a pull request to contribute.

License This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments OpenAI for the GPT-4 and Text-to-Speech models. Contact For any inquiries, please open an issue on the GitHub repository or reach out directly to the anshumankumar.mail@gmail.com