@@ -61,3 +61,6 @@ class ERROR_MESSAGES(str, Enum):
...
@@ -61,3 +61,6 @@ class ERROR_MESSAGES(str, Enum):
OPENAI_NOT_FOUND=lambdaname="":"OpenAI API was not found"
OPENAI_NOT_FOUND=lambdaname="":"OpenAI API was not found"
OLLAMA_NOT_FOUND="WebUI could not connect to Ollama"
OLLAMA_NOT_FOUND="WebUI could not connect to Ollama"
CREATE_API_KEY_ERROR="Oops! Something went wrong while creating your API key. Please try again later. If the issue persists, contact support for assistance."
CREATE_API_KEY_ERROR="Oops! Something went wrong while creating your API key. Please try again later. If the issue persists, contact support for assistance."
EMPTY_CONTENT="The content provided is empty. Please ensure that there is text or data present before proceeding."