done being alpha

This commit is contained in:
Saifeddine ALOUI 2024-11-12 23:36:03 +01:00
parent 4ab1ab4161
commit 2fc575c0b3
2 changed files with 2 additions and 1 deletions

View File

@ -133,6 +133,7 @@ class LollmsClient {
* @param {string} prompt - The input prompt to be tokenized.
* @returns {Array} A list of tokens representing the tokenized prompt.
*/
console.log("Tokenizing",prompt)
const output = await axios.post("/lollms_tokenize", {"prompt": prompt});
return output.data.named_tokens
}

View File

@ -68,7 +68,7 @@ def terminate_thread(thread):
else:
ASCIIColors.yellow("Canceled successfully")# The current version of the webui
lollms_webui_version="v14.5 Alpha (code name Saïph 🌟)"
lollms_webui_version="v14.5 (code name Saïph 🌟)"