Skip to content
Merged
Show file tree
Hide file tree
Changes from 52 commits
Commits
Show all changes
57 commits
Select commit Hold shift + click to select a range
6387ef8
documentation refactor
fuegovic May 9, 2023
95efa4e
Update README.md
fuegovic May 9, 2023
6b746fb
Delete README.MD.md
fuegovic May 9, 2023
888eead
Delete LOCAL_INSTALL.md
fuegovic May 9, 2023
f7e59e5
Rename LICENSE.MD.md to LICENSE.MD
fuegovic May 9, 2023
cd3e06b
Update LICENSE.md
fuegovic May 9, 2023
f369320
Delete LICENSE.MD
fuegovic May 9, 2023
559ba29
Rename CONTRIBUTORS.MD.md to CONTRIBUTORS.md
fuegovic May 9, 2023
4cfd8e4
Rename CHANGELOG.MD.md to CHANGELOG.md
fuegovic May 9, 2023
6993fe1
new documents layout
fuegovic May 9, 2023
f77447f
Update README.md
fuegovic May 9, 2023
ccb7ff4
Rename mac_install (1).md to mac_install.md
fuegovic May 9, 2023
10f0e48
Rename docker_install.md to docker_install.md
fuegovic May 9, 2023
e037d46
Rename linux_install.md to linux_install.md
fuegovic May 9, 2023
96ac879
Update and rename mac_install.md to mac_install.md
fuegovic May 9, 2023
89def37
Rename windows_install.md to windows_install.md
fuegovic May 9, 2023
9d2e639
Update docker_install.md
fuegovic May 9, 2023
2f2918d
Update linux_install.md
fuegovic May 9, 2023
d35b726
Update mac_install.md
fuegovic May 9, 2023
7b89584
Update windows_install.md
fuegovic May 9, 2023
1a5cf9b
Update windows_install.md
fuegovic May 9, 2023
6a78105
Update linux_install.md
fuegovic May 9, 2023
6fdff70
Update tech_stack.md
fuegovic May 9, 2023
8d99bd2
Update roadmap.md
fuegovic May 9, 2023
4e06610
Update project_origin.md
fuegovic May 9, 2023
19a13c5
Update bing_jailbreak_info.md
fuegovic May 9, 2023
58e28fd
Update user_auth_system.md
fuegovic May 9, 2023
259a91d
Update proxy.md
fuegovic May 9, 2023
87aceb9
Update google_search.md
fuegovic May 9, 2023
d23936b
Update heroku.md
fuegovic May 9, 2023
130cc5a
Update testing.md
fuegovic May 9, 2023
67fe490
Update pull_request_template.md
fuegovic May 9, 2023
094c61e
Update documentation_guidelines.md
fuegovic May 9, 2023
f85af7f
Update contributor_guidelines.md
fuegovic May 9, 2023
ff5bd44
Update code_of_conduct.md
fuegovic May 9, 2023
9de81ca
Update README.md
fuegovic May 9, 2023
d13d370
Update README.md
fuegovic May 9, 2023
f3ab60a
Update README.md
fuegovic May 9, 2023
8fac6c3
Update roadmap.md
fuegovic May 9, 2023
78ddc93
Update tech_stack.md
fuegovic May 9, 2023
eddf717
Update feature_request_template.md
fuegovic May 9, 2023
d671f60
Update bug_report_template.md
fuegovic May 9, 2023
c81addc
Update custom_issue_template.md
fuegovic May 9, 2023
1f3b86d
Update README.md
fuegovic May 9, 2023
ea8a2da
Update README.md
fuegovic May 9, 2023
aaba663
Update README.md
fuegovic May 9, 2023
7854566
Merge pull request #1 from fuegovic/readme_refactor
fuegovic May 9, 2023
27b70bc
Update README.md
fuegovic May 9, 2023
8f7195b
Update README.md
fuegovic May 9, 2023
6174af6
Update README.md
fuegovic May 9, 2023
98e3074
Update documentation_guidelines.md
fuegovic May 9, 2023
a86a8c4
Update documentation_guidelines.md
fuegovic May 9, 2023
83e98e2
Update documentation_guidelines.md
fuegovic May 9, 2023
f9da07d
Update README.md
fuegovic May 9, 2023
c1d8502
Update CHANGELOG.md
fuegovic May 9, 2023
7864091
Update roadmap.md
fuegovic May 9, 2023
61f828e
Update linux_install.md
fuegovic May 9, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
51 changes: 51 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
# # Changelog
<details open>
<summary><strong>2023-05-07</strong></summary>

**Released [v0.4.0](https://github.com/danny-avila/chatgpt-clone/releases/tag/v0.4.0)**, Introducing User/Auth System and OAuth2/Social Login! You can now register and login with an email account or use Google login. Your your previous conversations and presets will migrate to your new profile upon creation. Check out the details in the [User/Auth System](#userauth-system) section of the README.md.

⚠️ **IMPORTANT :** You should register and login with a local account (email and password) for the first time sign-up. if you use login for the first time with a social login account (eg. Google, facebook, etc.), the conversations and presets that you created before the user system was implemented will NOT be migrated to that account.

⚠️ **Breaking - new Env Variables :** You will need to add the new env variables from .env.example for the app to work, even if you're not using multiple users for your purposes.

For discussion and suggestion you can join us: **[community discord server](https://discord.gg/NGaa9RPCft)**
</details>


<details>
<summary><strong>Previous Updates</strong></summary>


<details>
<summary><strong>2023-04-05</strong></summary>

**Released [v0.3.0](https://github.com/danny-avila/chatgpt-clone/releases/tag/v0.3.0)**, Introducing more customization for both OpenAI & BingAI conversations! This is one of the biggest updates yet and will make integrating future LLM's a lot easier, providing a lot of customization features as well, including sharing presets! Please feel free to share them in the **[community discord server](https://discord.gg/NGaa9RPCft)**
</details>


<details>
<summary><strong>2023-03-23</strong></summary>

**Released [v0.1.0](https://github.com/danny-avila/chatgpt-clone/releases/tag/v0.1.0)**, **searching messages/conversations is live!** Up next is more custom parameters for customGpt's. Join the discord server for more immediate assistance and update: **[community discord server](https://discord.gg/NGaa9RPCft)**
</details>


<details>
<summary><strong>2023-03-22</strong></summary>

**Released [v0.0.6](https://github.com/danny-avila/chatgpt-clone/releases/tag/v0.0.6)**, the latest stable release before **Searching messages** goes live tomorrow. See exact updates to date in the tag link. By request, there is now also a **[community discord server](https://s
</details>

<details>
<summary><strong>2023-03-20</strong></summary>

**Searching messages** is almost here as I test more of its functionality. There've been a lot of great features requested and great contributions and I will work on some soon, namely, further customizing the custom gpt params with sliders similar to the OpenAI playground, and including the custom params and system messages available to Bing.

The above features are next and then I will have to focus on building the **test environment.** I would **greatly appreciate** help in this area with any test environment you're familiar with (mocha, chai, jest, playwright, puppeteer). This is to aid in the velocity of contributing and to save time I spend debugging.

On that note, I had to switch the default branch due to some breaking changes that haven't been straight forward to debug, mainly related to node-chat-gpt the main dependency of the project. Thankfully, my working branch, now switched to default as main, is working as expected.
</detai-16ry>

##

## [Go Back to ReadMe](README.md)
25 changes: 25 additions & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Contributors List

Here is a list of all contributors to this project:

- danny-avila (Admin)
- wtlyu (Contributor)
- danorlando (Contributor)
- alfredo-f (Contributor)
- HyunggyuJang (Contributor)
- fuegovic (Contributor)
- toordog (Contributor)
- heathriel (External Contributor)
- hackreactor-bot (Contributor)
- git-bruh (Contributor)
zhangsean (Contributor)
- llk89 (Contributor)
- adamrb (Contributor)



If you have contributed to this project and would like to be added to the list of contributors, please submit a pull request updating this file with your name and GitHub username.

##

## [Go Back to ReadMe](README.md)
10 changes: 8 additions & 2 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
MIT License
# MIT License

Copyright (c) 2023 Danny Avila

##
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
Expand All @@ -12,10 +12,16 @@ furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

##

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

##

## [Go Back to ReadMe](README.md)
Loading