readme update and footer link update

This commit is contained in:
Daniel Avila 2023-02-14 18:40:00 -05:00
parent 7d7a4dd905
commit 0833d795bd
3 changed files with 8 additions and 6 deletions

View file

@ -23,11 +23,12 @@ Currently, this project is only functional with the `text-davinci-003` model.
> Here are my planned/recently finished features.
- [x] AI Model Selection
- [ ] Highlight.js for code blocks
- [ ] Prompt Templates
- [ ] Conversation/Prompt Search
- [ ] Semantic Search Option (requires more tokens)
- [ ] Config file for easy startup
- [ ] Bing AI integration (still on the waitlist myself)
- [ ] Config file for easy startup
- [ ] Semantic Search Option (requires more tokens)
### Features
@ -43,10 +44,11 @@ Currently, this project is only functional with the `text-davinci-003` model.
- Redux Toolkit, and React-Redux for state management
- Backend: Node.js, Express, MongoDB
## Use Case ##
## Use Cases ##
![use case example](./use_case.png "GPT is down! Plus is too expensive!")
ChatGPT is down ( and don't want to pay for ChatGPT Plus). ChatGPT/Google Bard/Bing AI conversations are lost in space or
- ChatGPT is down ( and don't want to pay for ChatGPT Plus).
- ChatGPT/Google Bard/Bing AI conversations are lost in space or
cannot be searched past a certain timeframe.

File diff suppressed because one or more lines are too long

View file

@ -4,7 +4,7 @@ export default function Footer() {
return (
<div className="px-3 pt-2 pb-3 text-center text-xs text-black/50 dark:text-white/50 md:px-4 md:pt-3 md:pb-6">
<a
href="https://github.com/danny-avila/rpp2210-mvp"
href="https://github.com/danny-avila/chatgpt-clone"
target="_blank"
rel="noreferrer"
className="underline"