Skip to content

Commit 1e35440

Browse files
authored
Merge pull request #439 from it-at-m/pride
🎨 Pride Logo
2 parents 5bca602 + 642a026 commit 1e35440

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!-- PROJECT LOGO -->
22
<div align="center">
33
<a href="#">
4-
<img src="app/frontend/src/assets/mucgpt_black_filled.png" alt="Logo" height="200" style="display: block; margin: 0 auto; filter: invert(0)">
4+
<img src="mucgpt-frontend/src/assets/mucgpt_pride.png" alt="Logo" height="200" style="display: block; margin: 0 auto; filter: invert(0)">
55
</a>
66
</div>
77
<br />

docs/FEATURES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The chat feature of MUCGPT is a typical chat room where you can text with the LL
1111
MUCGPT is able to generate responses that closely resemble those of a human because of the large pre-trained language model it uses. It has a number of features and capabilities that enable it to perform natural language processing, multi-turn conversations, personalisation, sentiment analysis, knowledge retrieval and task completion. These capabilities allow MUCGPT to understand and respond to user queries in a way that is tailored to their needs, making it a powerful tool for any use case where human-like interaction is desired.
1212
In addition, MUCGPT allows users to configure a system prompt that is added as a prefix to any message sent by the user. The temperature of the generated response can also be adjusted, controlling the randomness or creativity of the model's output.
1313
The chat feature includes a chat history that allows users to view their previous conversations and pick up where they left off. Additionally, users can mark important chats as favorites for quicker access. All chat history is saved locally on the user's browser using IndexedDB, ensuring no chat data is stored in the cloud or elsewhere.
14-
![History](/app/frontend/src/assets/History.png)
14+
![History](/mucgpt-frontend/src/assets/History.png)
1515

1616
## Summarize
1717

28.8 KB
Loading

0 commit comments

Comments
 (0)