techleadhd / chatgpt-retrieval

1.65k stars 787 forks source link

Change project as per local needs: #2

Closed nirabo closed 1 year ago

nirabo commented 1 year ago

add gitignore file remove constants file as it endangers users to push their keys upstream remove chatgpt.py file as ambiguous add requirements file for reproducibility

techleadhd commented 1 year ago

While these changes are nice, the goal for this code is simplicity (as a tutorial), as opposed to full featuredness, with code similar to that in the YouTube video. Feel free to publish the code in another repo and perhaps link to it from here if you like.

nirabo commented 1 year ago

I do agree. Thanks for the video and code.