Shinji Yamada
51fa461965
fix: temperature font color ( #556 )
2023-04-18 08:25:28 -06:00
Shinji Yamada
03afa00732
chore: use last conversation temperature ( #568 )
2023-04-18 08:24:47 -06:00
Shinji Yamada
ba1dacb899
feat: settings dialog and moved theme settings to dialog from sidebar ( #570 )
...
* feat: settings dialog and moved theme settings to dialog from sidebar.
* chore(locale): move some labels to settings from sidebar
2023-04-18 08:23:42 -06:00
Shemar Lindie
836c24680b
fix: chat messages disappear on edit ( #575 )
...
Resolves #574
2023-04-18 08:21:43 -06:00
mirkan1
5f0d1cb7ca
Turkish language implementation for i18n ( #576 )
...
* turkish language support implemented
* tr as string in module declaration
* missing key Plugin Keys implementation
* synonyms is used to get rid of confusion and to avoid repetition. The word “synonym” is derived from the Greek word “syn” meaning “together” and “onym” meaning “name” while in Turkish name and noun can be translated as both "ad" and "isim"
* //
2023-04-18 08:18:24 -06:00
KhanKudo
9e4c5ca4ff
Fixed: site cannot open if imported json invalid ( #579 )
2023-04-18 08:18:08 -06:00
borborborja
1146f9a86e
New language, catalan ( #587 )
2023-04-18 08:11:39 -06:00
Bryan Lee
862f74a332
Fix message input not updating on chat list switch ( #590 )
2023-04-18 08:11:13 -06:00
Jay Johnson
cb922d9dc6
Fix search box disappearing in Sidebar component ( #592 )
...
Co-authored-by: Jamal Johnson <you@example.com>
2023-04-18 08:10:12 -06:00
Mckay Wrigley
4f672b926a
update readme
2023-04-18 08:06:40 -06:00
Aaron Diestelkamp
7c259b98cb
Fix: Promptbar initializes in open state for Mobile ( #542 )
...
* Fix for DEFAULT_SYSTEM_PROMPT
* Set the prompt bar to be hidden if screen < 640
2023-04-14 01:13:52 -06:00
Miraz_hossain
f01d0c51d6
Update Bangla Translation ( #546 )
2023-04-14 01:12:49 -06:00
Chris
7ec68caff0
Add Polish translation ( #532 )
...
* Add Polish translation
* Minor fix in Polish translation
2023-04-13 08:08:09 -06:00
Aaron Diestelkamp
183a74d7f7
Fix for DEFAULT_SYSTEM_PROMPT ( #510 )
2023-04-13 05:09:53 -06:00
Ivan Fioravanti
ea1d09244a
Feature request: Adding temperature as parameter ( #513 )
...
* Adding temperature as parameter
* NEXT_PUBLIC_ prefix added
* add spacing
---------
Co-authored-by: Ivan Fioravanti <>
Co-authored-by: Mckay Wrigley <mckaywrigley@gmail.com>
2023-04-13 05:09:03 -06:00
Mckay Wrigley
d1eb6ee29b
delete message ( #531 )
...
* feat: delete single message
* improve plugin hotkey support (#426 )
* feat: delete single message
* remove logs
* remove logs
---------
Co-authored-by: Ryland <rylandl@qq.com>
Co-authored-by: Dornfeld Capital <75278543+dornfeld-capital@users.noreply.github.com>
Co-authored-by: L.Ryland <41134883+L-Ryland@users.noreply.github.com>
2023-04-13 05:01:27 -06:00
Syed Muzamil
f61e91d07f
fix: modal scrolling on small devices ( #527 )
...
* fix: propmt side not showing on small devices
* added the robot icon while chat is loading
* fix: sidbar position
* fix: modal not scrolling on small devices
* fix: overlap between the modal and icons
2023-04-13 04:58:13 -06:00
Andrea Falco
5ed5e156cd
Added support to docker multi-platform image, close #518 ( #519 )
2023-04-13 04:56:33 -06:00
Claudio Canales
78881cebfd
Update README.md ( #521 )
...
Fix no existing route to index.ts
2023-04-13 04:56:00 -06:00
牛强
6d53ee7d12
fix: issues/498 ( #499 )
2023-04-11 11:20:10 -06:00
Mckay Wrigley
8f8aac05ef
log removal
2023-04-11 03:17:49 -06:00
itbm
25a4dbb052
Add support for Azure OpenAI ( #495 )
2023-04-11 03:16:33 -06:00
Dornfeld Capital
60288ad20a
improve plugin hotkey support ( #426 )
2023-04-10 21:41:29 -06:00
Thomas LÉVEIL
da7463e901
document OPENAI_API_HOST and OPENAI_ORGANIZATION ( #429 )
2023-04-10 21:41:04 -06:00
Régis NDIZIHIWE
0a1474abc0
Update demo image ( #459 )
2023-04-10 21:39:09 -06:00
Mr
93112a8211
Add Romanian translation ( #468 )
...
* Create Romanian chat.json
I have created Romanian translation of the chat.json.
* Add Romanian translation
I have created Romanian translations.
* Update next-i18next.config.js
Added ro locale
---------
Co-authored-by: Mckay Wrigley <mckaywrigley@gmail.com>
2023-04-10 21:37:17 -06:00
Shinji Yamada
ac69b7a887
fix google plugin bug due to URI encoding issue. ( #469 )
...
* fix: uri encoding
* fix: error handling
2023-04-10 21:36:19 -06:00
Akash Kriplani
25958a9548
fix parameter of length to type "number" ( #492 )
2023-04-10 21:34:16 -06:00
Mckay Wrigley
6500db9c1c
MAJOR REFACTOR ( #494 )
...
* move index to home folder, create state and context files and barrell folder
* Sanity Check Commit: reducer added to home.tsx manual QA all working
* WIP: promptBar
* fix missing json parse on folders and prompts
* split context and add promptbar context
* add context to nested prompt componets and componetize Folder componet
* remove log
* Create buttons folder and componetize sidebar action button
* tidy up prompt handlers
* componetized sidebar
* added back chatbar componet to left side sidebar
* monster commit: Componetized the common code between chatbar and promptbar into new componet Sidebar and added context to both bars
* add useFetch service
* added prettier import sort to keep imports ordered and easier to indentify
* added react query and useFetch to work with RQ
* added apiService, errorService and reactQuery
* add callback and tidy up error service
* refactor chat and child componets to useContext
* fix extra calls and bad calls to mel endpoint
* minor import cleanup
---------
Co-authored-by: jc.durbin <jc.durbin@ardanis.com>
2023-04-10 21:10:18 -06:00
Thomas LÉVEIL
68c9cd4bd8
Fix 416 copy button on code block ( #427 )
...
* update README regarding GOOGLE_API_KEY and GOOGLE_CSE_ID
* 🐛 fix copy button not showing up on code block with no recognized language
fixes #416
2023-04-04 16:55:52 -06:00
Thomas LÉVEIL
3c32c03b9c
update README regarding GOOGLE_API_KEY and GOOGLE_CSE_ID ( #422 )
2023-04-04 16:53:32 -06:00
itbm
fc60f65c74
Hide API Key and Plugin Key buttons if set server side ( #423 )
2023-04-04 16:53:10 -06:00
Mckay Wrigley
d324df1bab
spelling
2023-04-04 10:41:34 -06:00
Mckay Wrigley
31b8e73bf6
brevity
2023-04-04 10:41:26 -06:00
Mckay Wrigley
4f92751ee3
Google fixes ( #415 )
...
* push
* fixes
2023-04-04 10:09:28 -06:00
Mckay Wrigley
e1f286efb8
push ( #414 )
2023-04-04 09:41:24 -06:00
oznav2
e8150e7195
Update promptbar.json ( #389 )
...
fix : added missing translation
2023-04-03 02:52:12 -06:00
spctechdev
6156a2702f
Fix previous IT locale ( #374 )
...
* Update chat.json
* Update promptbar.json
* Update sidebar.json
* Update sidebar.json
* Update sidebar.json
2023-04-03 00:41:59 -06:00
Nguyễn Hữu Phong
165472f121
Update Vietnamese ( #385 )
2023-04-03 00:41:26 -06:00
Jiaping(JP) Zhang
83e25b97b0
update chat role icon ( #378 )
2023-04-02 14:38:42 -06:00
Thomas LÉVEIL
b7732a95a6
:notes document ( #373 )
2023-04-02 14:37:59 -06:00
Thomas LÉVEIL
b3b65f8ce5
Fix translations import export ( #376 )
...
* fix "Import data" case
* fix "Export data" translations
2023-04-02 14:36:09 -06:00
Alan P
2c236e2c07
tokenLimit now can be closer to real model limit. ( #366 )
2023-04-02 14:35:33 -06:00
Mckay Wrigley
bc2435d4cb
Merge branch 'main' of https://github.com/mckaywrigley/chatbot-ui-pro
2023-04-02 08:02:01 -06:00
Mckay Wrigley
a89308d03a
revert
2023-04-02 08:02:00 -06:00
spctechdev
90c0e7d35d
Locale it ( #363 )
...
* Add files via upload
* Update next-i18next.config.js
* Update chat.json
2023-04-02 07:42:33 -06:00
Mckay Wrigley
e8e74bf773
Merge branch 'main' of https://github.com/mckaywrigley/chatbot-ui-pro
2023-04-02 06:59:48 -06:00
Mckay Wrigley
1dc4f86df5
change output limit
2023-04-02 06:59:47 -06:00
Brad Ullman
ae18abe931
remove unused code ( #356 )
2023-04-02 00:19:10 -06:00
Brad Ullman
f9ddf07085
remove dupe main ( #355 )
2023-04-02 00:17:49 -06:00