mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-02-04 00:31:50 +01:00
useDocumentTitle changes title on first title change, scrollBar renders when expected
This commit is contained in:
parent
7347eda219
commit
f18317f7b7
5 changed files with 16 additions and 85 deletions
|
|
@ -23,6 +23,7 @@ Currently, this project is only functional with the `text-davinci-003` model.
|
|||
|
||||
- [x] Rename, delete conversations
|
||||
- [x] Persistent conversation
|
||||
- [x] UI Error handling
|
||||
- [x] AI Model Selection
|
||||
- [ ] Highlight.js for code blocks
|
||||
- [ ] Prompt Templates
|
||||
|
|
@ -52,13 +53,9 @@ Currently, this project is only functional with the `text-davinci-003` model.
|
|||
- ChatGPT/Google Bard/Bing AI conversations are lost in space or
|
||||
cannot be searched past a certain timeframe.
|
||||
|
||||
|
||||
## Solution ##
|
||||
<!-- ## Solution ##
|
||||
Serves and searches all conversations reliably. All AI convos under one house.
|
||||
Pay per call and not per month (cents compared to dollars).
|
||||
|
||||
## How to Get Started ##
|
||||
- Originally built with the [chatgpt-api](https://github.com/transitive-bullshit/chatgpt-api) package.
|
||||
Pay per call and not per month (cents compared to dollars). -->
|
||||
|
||||
## How to Get Started ##
|
||||
> **Warning**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue