Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

style(conversation): gave the user a bit more context on @ #994

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions frontend/public/locales/en/chat.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"title": "Chat with {{brain}}",
"brain":"brain",
"brain": "brain",
"keyboard_shortcuts": "Keyboard shortcuts",
"brains":"brains",
"brains": "brains",
"subtitle": "Talk to a language model about your uploaded data",
"limit_reached": "You have reached the limit of requests, please try again later",
"error_occurred": "Error occurred while getting answer",
Expand All @@ -12,7 +12,7 @@
"receivedResponse": "Received response. Starting to handle stream...",
"errorCallingAPI": "Error calling the API",
"ask": "Ask a question, or describe a task.",
"begin_conversation_placeholder": "Begin conversation here...",
"begin_conversation_placeholder": "Begin conversation here, @ to select a brain...",
StanGirard marked this conversation as resolved.
Show resolved Hide resolved
"thinking": "Thinking...",
"chat": "Chat",
"errorFetching": "Error occurred while fetching your chats",
Expand Down
Loading