flexyledger / ChatGPT-Clone

ChatGPT Clone built in LangChain

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ChatGPT Clone

ChatGPT Clone built in LangChain

LangChain ChatGPT Clone

This project is a clone of the ChatGPT model, developed for educational and experimental purposes. It aims to replicate the functionality of the original ChatGPT model but is not intended for real-world use cases.

Disclaimer

This project is currently under development and may not be feature-complete or free from bugs. Use it at your own risk and do not rely on it for any critical applications.

Table of Contents

Installation

  1. Clone the repository: git clone https://github.com/flexyledger/ChatGPT-Clone.git
  2. Install the dependencies: pip install langchain dotenv
  3. Configure your .env API through OPENAI_API_KEY=" "
  4. Use https://openai.com/ to generate your own API key.

Usage

  1. Run the main script: python main.py
  2. Follow the on-screen instructions to interact with the ChatGPT clone.

Contributing

Contributions are welcome! If you would like to contribute to this project, please follow the guidelines outlined in CONTRIBUTING.md.

License

This project is licensed under the MIT License. Feel free to use, modify, and distribute the code as per the terms of the license.

About

ChatGPT Clone built in LangChain


Languages

Language:Python 100.0%