Commit Graph

1787 Commits

Author SHA1 Message Date
Saifeddine ALOUI
edc3d8a057 WIP: UI enhancement 2023-04-11 23:10:33 +02:00
Saifeddine ALOUI
62e89cd87e Merge branch 'main' of https://github.com/nomic-ai/gpt4all-ui 2023-04-11 22:56:19 +02:00
Saifeddine ALOUI
7125afffb4 WIP test 2023-04-11 22:56:15 +02:00
Saifeddine ALOUI
1e931c40c1
Update README.md 2023-04-11 21:13:55 +02:00
Saifeddine ALOUI
373c9e266c
Update README.md 2023-04-11 21:10:06 +02:00
Saifeddine ALOUI
e2a56065dd
Merge pull request #68 from yinpengji/main
use only the last 5 messages as the prompt to fix the issue of "too m…
2023-04-11 13:31:32 +02:00
Saifeddine ALOUI
a0666dde55 added banner 2023-04-11 12:50:07 +02:00
Jerry
6b80ae107c use only the last 5 messages as the prompt to fix the issue of "too much token". also make it a little bit faster when showing the generated new messages. 2023-04-11 18:29:10 +08:00
Saifeddine ALOUI
48934ffb01 updated welcome message 2023-04-11 11:06:26 +02:00
Saifeddine ALOUI
abd8ed0d80 Upgraded install script for windows 2023-04-11 10:24:12 +02:00
Saifeddine ALOUI
85237770ad Bugfix: empty database case 2023-04-10 21:17:09 +02:00
Saifeddine ALOUI
10dea92101 Bugfix for first time db 2023-04-10 20:58:53 +02:00
Saifeddine ALOUI
e5926cafa0 bugfix: messages mixing when new discussion 2023-04-10 17:48:32 +02:00
Saifeddine ALOUI
71f50d9067 Merge branch 'main' of https://github.com/nomic-ai/gpt4all-ui 2023-04-10 17:37:44 +02:00
Saifeddine ALOUI
a431586f05 enhanced UI 2023-04-10 17:36:26 +02:00
Saifeddine ALOUI
32a45fc2c5
Merge pull request #64 from RichieDevR/patch-1
Update README.md (This really bugged me sorry lol)
2023-04-10 16:25:57 +02:00
Saifeddine ALOUI
e8bbdaa6d1 validated renaming 2023-04-10 16:18:01 +02:00
Saifeddine ALOUI
82761a6539 bugfix in renaming discussions 2023-04-10 16:15:12 +02:00
Saifeddine ALOUI
3277b81850 improved ergonomy, enhanced database, added ranking system 2023-04-10 16:14:39 +02:00
Saifeddine ALOUI
f8ed24684a Final bugfixes for the database 2023-04-10 11:14:10 +02:00
Saifeddine ALOUI
364c5e0e28 Bugfix: Verification of last discussion 2023-04-10 11:04:38 +02:00
Saifeddine ALOUI
49c7b360d2 bugfix: The new database structure is fully working 2023-04-10 11:02:00 +02:00
Saifeddine ALOUI
94546b21ea Bugfix: Database interactions 2023-04-10 10:36:29 +02:00
Saifeddine ALOUI
ff3a6d3123 bugfix: database usage 2023-04-10 10:31:49 +02:00
Saifeddine ALOUI
ed8181aa53 bugfix: discussion creation 2023-04-10 10:28:54 +02:00
Saifeddine ALOUI
eead6bec64 Upgraded database classes 2023-04-10 10:27:25 +02:00
Richard Rosario
cbf446b3e2
Update README.md (This really bugged me sorry lol)
got rid of the doubling of "GitHub Repository" as the hyperlink text does the job of rendering the text and providing the link. I'm sure it was a typo no biggie, honestly a super trivial edit I'm aware but it was driving me crazy!

*from this:*
If you are interested in learning more about this groundbreaking project, visit their Github repository [github repository](https://github.com/nomic-ai/gpt4all), where you can find comprehensive information regarding the app's functionalities and technical details. Moreover, you can delve deeper into the training process and database by going through their detailed Technical report, available for download at [Technical report](https://s3.amazonaws.com/static.nomic.ai/gpt4all/2023_GPT4All_Technical_Report.pdf).

*To this:*

If you are interested in learning more about this groundbreaking project, visit their [github repository](https://github.com/nomic-ai/gpt4all), where you can find comprehensive information regarding the app's functionalities and technical details. Moreover, you can delve deeper into the training process and database by going through their detailed Technical report, available for download at [Technical report](https://s3.amazonaws.com/static.nomic.ai/gpt4all/2023_GPT4All_Technical_Report.pdf).
2023-04-10 03:30:29 -04:00
Saifeddine ALOUI
29dc3ff5b1 ui upgrade 2023-04-09 23:40:44 +02:00
Saifeddine ALOUI
cf768e9201 bugfix in showing text 2023-04-09 21:43:42 +02:00
Saifeddine ALOUI
c47fb87267 Merge branch 'main' of https://github.com/nomic-ai/gpt4all-ui 2023-04-09 21:26:12 +02:00
Saifeddine ALOUI
edfc5fb8db bugfix discussion recovering + conditionning 2023-04-09 21:26:04 +02:00
Saifeddine ALOUI
3f9cb7388e
Merge pull request #58 from thaiminhpv/main
Fix "ModuleNotFoundError: No module named 'db'" bug when running docker-compose up
2023-04-09 21:22:38 +02:00
Saifeddine ALOUI
3c374bc227
Merge pull request #59 from Ulanmax/chore/added-install-macos-script
#13 added install script for MacOs
2023-04-09 18:32:24 +02:00
Saifeddine ALOUI
e59430ad78
Merge pull request #57 from arroyoquiel/patch-11
Changed Git and Conversion
2023-04-09 18:25:13 +02:00
Max Niagolov
c332d4b720 modified README 2023-04-10 01:04:07 +09:00
Max Niagolov
8a2345ce4a #13 added install script for MacOs 2023-04-10 00:53:35 +09:00
Pham Vu Thai Minh
61cfc1771b
Update Dockerfile 2023-04-09 18:46:04 +07:00
arroyoquiel
ea73f0ccc9
Changed Git and Conversion
Moved Git install to the beginning.
Changed the Git install so it doesn't exit if you pressed no if you already had it installed.
Changed the conversion: It asks to convert a model. If user agrees, it converts using Python. If not, it skips. On conversion failure, it reverts to original model.
Removed some testing pauses and added some echo. for easier readability.
2023-04-09 05:37:16 -06:00
thaiminhpv
517580cc24
Fix "ModuleNotFoundError: No module named 'db'" bug when running docker-compose up 2023-04-09 18:27:15 +07:00
arroyoquiel
6a77f83dd2
Changed Git and Conversion
Changed the Git install so it doesn't exit if you pressed no if you already had it installed.
Changed the conversion: It asks to convert a model. If user agrees, it converts using Python. If not, it skips. On conversion failure, it reverts to original model.
Removed some testing pauses and added some echo. for easier readability.
2023-04-09 05:27:09 -06:00
arroyoquiel
b87009d2f7
Changed Git and Conversion
Changed the Git install so it doesn't exit if you pressed no if you already had it installed.
Changed the conversion: It asks to convert a model. If user agrees, it converts using Python. If not, it skips. On conversion failure, it reverts to original model.
Removed some testing pauses and added some echo. for easier readability.
2023-04-09 05:04:10 -06:00
arroyoquiel
b0d8078c49
Changed Git and Conversion
Changed the Git install so it doesn't exit if you pressed no if you already had it installed.
Changed the conversion: It asks to convert a model. If user agrees, it converts using Python. If not, it skips. On conversion failure, it reverts to original model.
Removed some testing pauses and added some echo. for easier readability.
2023-04-09 05:01:16 -06:00
arroyoquiel
4cd69170bc
Changed Git and Conversion
Changed the Git install so it doesn't exit if you pressed no if you already had it installed.
Changed the conversion: It asks to convert a model. If user agrees, it converts using Python. If not, it skips. On conversion failure, it reverts to original model.
2023-04-09 04:55:55 -06:00
Saifeddine ALOUI
81d436c2f6 updated initial message 2023-04-08 23:30:32 +02:00
Saifeddine ALOUI
bcb3ef2548
Merge pull request #54 from ParisNeo/main
repared message cropping issue
2023-04-08 23:20:34 +02:00
ParisNeo
9cc401dfb4 repared message cropping issue 2023-04-08 23:19:19 +02:00
Saifeddine ALOUI
438e2be7cb
Merge pull request #51 from ParisNeo/flask_sse
Multimodel is working
2023-04-08 19:57:12 +02:00
ParisNeo
2b2bbd40af Multimodel is working 2023-04-08 19:55:33 +02:00
ParisNeo
0118dc23e4 Now installing the model is optional 2023-04-08 19:26:05 +02:00
Saifeddine ALOUI
04c6279c55
Merge pull request #49 from ParisNeo/flask_sse
Text is now streamed word by word. More user friendly.
2023-04-08 18:57:57 +02:00