Commit Graph

303 Commits

Author SHA1 Message Date
Luke Childs 59f51d7881
Fix signal handling 2023-08-16 15:52:52 +07:00
nmfretz 067c68b7d1 credit ggerganov in README 2023-08-15 21:40:21 -07:00
Nathan Fretz 8916066541
add fallback for copying to clipboard over http (#1) 2023-08-15 15:42:26 -07:00
Mayank Chhabra b45347173e Disable 13B docker builds, add images to docker-compose.yml 2023-08-16 04:59:40 +07:00
Mayank Chhabra 86ab744cfb Comment out docker images 2023-08-16 04:44:58 +07:00
Mayank Chhabra 9e87d8cc84 Fix GitHub action 2023-08-16 04:38:23 +07:00
Mayank Chhabra 680ff5144f Increase api ping timeout to 10 min 2023-08-16 01:27:51 +07:00
Mayank Chhabra 8907e13a3e Comment out 70B image builds 2023-08-16 00:32:08 +07:00
Mayank Chhabra 4d3479e480 Update icon 2023-08-15 23:54:33 +07:00
Mayank Chhabra b0b059a05a Wait for api to be available before starting UI 2023-08-15 23:42:08 +07:00
Mayank Chhabra 55a5fbf3b0 Fix docker image names 2023-08-15 23:16:27 +07:00
Mayank Chhabra ee97955bb7 Add support for 13B and 70B models, workflow, readme 2023-08-15 23:11:39 +07:00
Mayank Chhabra 75cd9d075f Initialize the project to use self-hosted Llama model 2023-08-15 20:53:37 +07:00
Anthony Puppo fa3f6e93bb
Add blinking typing cursing (#619) 2023-04-20 08:33:28 -06:00
kyyhkynen f849a2e924
add Finnish translations (#618) 2023-04-20 08:28:29 -06:00
Mckay Wrigley 063ce50319 force update 2023-04-19 15:00:11 -06:00
Mckay Wrigley 718dc6432a FIX IMPORT 2023-04-19 14:51:35 -06:00
Mckay Wrigley ab9f108a57 fix prompt selection 2023-04-19 14:37:18 -06:00
Mckay Wrigley c7be45587f readme update 2023-04-19 08:45:50 -06:00
Anthony Puppo c959264f93
Performance (#602) 2023-04-19 08:39:19 -06:00
TKS 24068ea5aa
Create Security.md (#607)
basic secuirty policy as the repo didn't have one yet, update as needed.
2023-04-19 08:35:18 -06:00
Shemar Lindie dcb2810d46
fix: optimize mobile layout (#606)
- conserve space in new convo view
- fix overlapping edit and delete chat message icons
- fix overlapping copy icon
2023-04-19 08:34:27 -06:00
ryanhex53 2208e4dfc7
more chinese translation. (#609) 2023-04-19 08:32:29 -06:00
Mckay Wrigley 3685378ab8 change empty msg 2023-04-19 08:31:12 -06:00
Mckay Wrigley 971cde5310 sort folders alphabetically 2023-04-18 16:05:44 -06:00
Mckay Wrigley 5725024d80
import/export add instead of replace (#601)
* change search language

* add to import/export

* fix log
2023-04-18 16:00:20 -06:00
borborborja b964188d0b
add catalan language (#598) 2023-04-18 09:10:47 -06:00
Mckay Wrigley 236b656148
Made the Model Name Bar Sticky at the top of the Chat Window (#597)
Co-authored-by: Chris Wall <cwall@wooldata.com>
2023-04-18 08:37:45 -06:00
Mckay Wrigley fda784028d
Add temp display (#596)
* Made the Model Name Bar Sticky at the top of the Chat Window

* Added Temp to the top bar display

* barliens

---------

Co-authored-by: Chris Wall <cwall@wooldata.com>
2023-04-18 08:35:31 -06:00
Shinji Yamada 2aaebfec3f
chore: improve Japanese language locales (#554) 2023-04-18 08:32:04 -06:00
Mckay Wrigley 1a9a7dcad0 Merge branch 'main' of https://github.com/mckaywrigley/chatbot-ui-pro 2023-04-18 08:29:30 -06:00
Mckay Wrigley 856ba12f19 readme update 2023-04-18 08:29:29 -06:00
Aldo Santiago 00f6189a42
fix: sroll down button overlaping chat input (#564) 2023-04-18 08:28:19 -06:00
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