Ultimate Chatbot UI for ChatGPT ๐ฌ
- Updated the list of models to work with the API โ๏ธ
- Check real-time API Status from the UI ๐
- Improved Regenerate Method to prevent errors ๐ ๏ธ
- Fixed bugs ๐
- System Adaptive Theme ๐
- (Testing) Fallback between models automatically ๐
Image Generation Feature ๐ผ๏ธ
- We're also aiming to add an image generation which will enable users to create images within the application.
Plug-in Support ๐
- Finally, we're looking forward to implementing plug-in support that will allow users to enhance the functionality of the application with additional, optional features.
Follow these steps to get a local copy up and running:
-
Clone the repository
To clone the repository, run the following command in your terminal:
git clone /~https://github.com/eungangku/fgpt-extended.git
-
Navigate to the project directory
Change your current working directory to the cloned repository's location:
cd fgpt-extended
-
Install the required dependencies
npm install
-
Run the project
After successfully installing the dependencies, you should now be able to run the project.
Set API endpoint and others in .env, and then
npm run dev
Please ensure you have the correct environment before attempting to install. If you encounter any issues during the installation process, please refer to the 'Issues' tab in the GitHub repository.
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
Follow these steps to contribute:
- Fork the Project
- Create your Feature Branch (
git checkout -b my-branch-name
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin my-branch-name
) - Open a Pull Request
We welcome the following types of contributions:
- Bug fixes
- New features
- Documentation improvements
- Code optimizations
- Translations
- Tests
Thank you for your interest in contributing to the FGPT Extended! ๐
This project is licensed under the terms of the MIT license.
This project contains code from "fgpt" (/~https://github.com/hihumanzone/fgpt) by hihumanzone