mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-17 17:00:15 +01:00
readme update and footer link update
This commit is contained in:
parent
7d7a4dd905
commit
0833d795bd
3 changed files with 8 additions and 6 deletions
10
README.md
10
README.md
|
|
@ -23,11 +23,12 @@ Currently, this project is only functional with the `text-davinci-003` model.
|
||||||
> Here are my planned/recently finished features.
|
> Here are my planned/recently finished features.
|
||||||
|
|
||||||
- [x] AI Model Selection
|
- [x] AI Model Selection
|
||||||
|
- [ ] Highlight.js for code blocks
|
||||||
- [ ] Prompt Templates
|
- [ ] Prompt Templates
|
||||||
- [ ] Conversation/Prompt Search
|
- [ ] Conversation/Prompt Search
|
||||||
- [ ] Semantic Search Option (requires more tokens)
|
|
||||||
- [ ] Config file for easy startup
|
|
||||||
- [ ] Bing AI integration (still on the waitlist myself)
|
- [ ] Bing AI integration (still on the waitlist myself)
|
||||||
|
- [ ] Config file for easy startup
|
||||||
|
- [ ] Semantic Search Option (requires more tokens)
|
||||||
|
|
||||||
### Features
|
### 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
|
- Redux Toolkit, and React-Redux for state management
|
||||||
- Backend: Node.js, Express, MongoDB
|
- Backend: Node.js, Express, MongoDB
|
||||||
|
|
||||||
## Use Case ##
|
## Use Cases ##
|
||||||
|
|
||||||

|

|
||||||
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.
|
cannot be searched past a certain timeframe.
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -4,7 +4,7 @@ export default function Footer() {
|
||||||
return (
|
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">
|
<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
|
<a
|
||||||
href="https://github.com/danny-avila/rpp2210-mvp"
|
href="https://github.com/danny-avila/chatgpt-clone"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noreferrer"
|
rel="noreferrer"
|
||||||
className="underline"
|
className="underline"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue