An open API service indexing awesome lists of open source software.

https://github.com/flexyledger/chatgpt-clone

ChatGPT Clone built in LangChain
https://github.com/flexyledger/chatgpt-clone

Last synced: about 2 months ago
JSON representation

ChatGPT Clone built in LangChain

Awesome Lists containing this project

README

        

# 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](#installation)
- [Usage](#usage)
- [Contributing](#contributing)
- [License](#license)

## 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](CONTRIBUTING.md).

## License

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