mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2025-01-05 12:04:08 +00:00
done being alpha
This commit is contained in:
parent
4ab1ab4161
commit
2fc575c0b3
@ -133,6 +133,7 @@ class LollmsClient {
|
|||||||
* @param {string} prompt - The input prompt to be tokenized.
|
* @param {string} prompt - The input prompt to be tokenized.
|
||||||
* @returns {Array} A list of tokens representing the tokenized prompt.
|
* @returns {Array} A list of tokens representing the tokenized prompt.
|
||||||
*/
|
*/
|
||||||
|
console.log("Tokenizing",prompt)
|
||||||
const output = await axios.post("/lollms_tokenize", {"prompt": prompt});
|
const output = await axios.post("/lollms_tokenize", {"prompt": prompt});
|
||||||
return output.data.named_tokens
|
return output.data.named_tokens
|
||||||
}
|
}
|
||||||
|
@ -68,7 +68,7 @@ def terminate_thread(thread):
|
|||||||
else:
|
else:
|
||||||
ASCIIColors.yellow("Canceled successfully")# The current version of the webui
|
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 🌟)"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user