@@ -33,6 +33,8 @@ Also check our sibling project, [OllamaHub](https://ollamahub.com/), where you c
- ✒️🔢 **Full Markdown and LaTeX Support**: Elevate your LLM experience with comprehensive Markdown and LaTeX capabilities for enriched interaction.
- 📜 **Prompt Preset Support**: Instantly access preset prompts using the '/' command in the chat input. Load predefined conversation starters effortlessly and expedite your interactions. Effortlessly import prompts through [OllamaHub](https://ollamahub.com/) integration.
- 📥🗑️ **Download/Delete Models**: Easily download or remove models directly from the web UI.
- ⬆️ **GGUF File Model Creation**: Effortlessly create Ollama models by uploading GGUF files directly from the web UI. Streamlined process with options to upload from your machine or download GGUF files from Hugging Face.
@@ -17,10 +17,12 @@ class ERROR_MESSAGES(str, Enum):
USERNAME_TAKEN=(
"Uh-oh! This username is already registered. Please choose another username."
)
COMMAND_TAKEN="Uh-oh! This command is already registered. Please choose another command string."
INVALID_TOKEN=(
"Your session has expired or the token is invalid. Please sign in again."
)
INVALID_CRED="The email or password provided is incorrect. Please check for typos and try logging in again."
INVALID_EMAIL_FORMAT="The email format you entered is invalid. Please double-check and make sure you're using a valid email address (e.g., yourname@example.com)."
INVALID_PASSWORD=(
"The password provided is incorrect. Please check for typos and try again."
)
...
...
@@ -31,5 +33,4 @@ class ERROR_MESSAGES(str, Enum):
)
NOT_FOUND="We could not find what you're looking for :/"
USER_NOT_FOUND="We could not find what you're looking for :/"
MALICIOUS="Unusual activities detected, please try again in a few minutes."