refactor: update references from chatgpt-clone to LibreChat (#541)

* refactor: update references from chatgpt-clone to LibreChat

* refactor: update references from chatgpt-clone to LibreChat
This commit is contained in:
Fuegovic 2023-06-22 20:12:25 -04:00 committed by GitHub
parent 3d40dce76a
commit 731304f96a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 34 additions and 34 deletions

View file

@ -97,7 +97,7 @@ Defines Mongoose models to represent data entities and their relationships.
### Data Services
Use the conventions found in the `data-provider` directory for handling data services. For more information, see [this article](https://www.danorlandoblog.com/chatgpt-clone-data-services-with-react-query/) which describes the methodology used.
Use the conventions found in the `data-provider` directory for handling data services. For more information, see [this article](https://www.danorlandoblog.com/building-data-services-for-librechat-with-react-query/) which describes the methodology used.
### State Management