mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-26 12:16:13 +01:00
adds bing ai functionality, still need to code out message/convo storing since it returns a lot of useful parameters
This commit is contained in:
parent
e0a26f52cd
commit
5c7000c273
11 changed files with 462 additions and 21 deletions
|
|
@ -48,10 +48,10 @@ Currently, this project is only functional with the `text-davinci-003` model.
|
|||
|
||||
### Technologies used
|
||||
|
||||
- Utilizes waylaidwanderer's [node-chatgpt-api package](https://github.com/waylaidwanderer/node-chatgpt-api)
|
||||
- Utilizes [node-chatgpt-api](https://github.com/waylaidwanderer/node-chatgpt-api)
|
||||
- Response streaming identical to ChatGPT through server-sent events
|
||||
- Use of Tailwind CSS (like the official site) and [shadcn/ui](https://github.com/shadcn/ui) components
|
||||
- Backend: Node.js, Redux Toolkit, Express, MongoDB, Keyv
|
||||
- useSWR, Redux Toolkit, Express, MongoDB, [Keyv](https://www.npmjs.com/package/keyv)
|
||||
|
||||
## Use Cases ##
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue