-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
frontend/public/locales/en/chat.json
Outdated
@@ -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 or / to select a file", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The used one seems to be actions_bar_placeholder
instead of begin_conversation_placeholder
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is not
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"/" to select a file does not exist yet
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed
Risk Level 3 - /home/runner/work/quivr/quivr/backend/crawl/crawler.py The except Exception as e:
raise Risk Level 5 - /home/runner/work/quivr/quivr/backend/repository/user_identity/create_user_identity.py The from cryptography.fernet import Fernet
# Generate a key
key = Fernet.generate_key()
# Create the cipher suite
cipher_suite = Fernet(key)
# Encrypt the data
cipher_text = cipher_suite.encrypt(b\"openai_api_key\")
# Decrypt the data
plain_text = cipher_suite.decrypt(cipher_text) Risk Level 5 - /home/runner/work/quivr/quivr/backend/repository/user_identity/update_user_properties.py The from cryptography.fernet import Fernet
# Generate a key
key = Fernet.generate_key()
# Create the cipher suite
cipher_suite = Fernet(key)
# Encrypt the data
cipher_text = cipher_suite.encrypt(b\"openai_api_key\")
# Decrypt the data
plain_text = cipher_suite.decrypt(cipher_text) 🐛🔐🔑 Powered by Code Review GPT |
No description provided.