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
- Host: GitHub
- URL: https://github.com/flexyledger/chatgpt-clone
- Owner: flexyledger
- Created: 2023-05-15T22:33:38.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-07T16:01:14.000Z (9 months ago)
- Last Synced: 2024-09-07T19:08:41.665Z (9 months ago)
- Language: Python
- Size: 18.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.
## Usage1. 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.