Those of you, who are facing problems in upscale
use this url https://lexica.qewertyy.dev/upscale
OR
If you're using the API Wrapper/Package update it by
use this url https://lexica.qewertyy.dev/upscale
OR
If you're using the API Wrapper/Package update it by
pip3 install -U lexica-api
👍1
So guys, I have added 2 LLMs' (ai chatbots)
LlaMA by Meta (formerly known as Facebook)
Mistral by Mistral AI
you can try these out at @SDWaifuRobot.
LlaMA by Meta (formerly known as Facebook)
Mistral by Mistral AI
you can try these out at @SDWaifuRobot.
👍4
👍3
all of the LLMs (except bard) now supports fine tuning options with standard payload
i.e
and the model id as usual in the url as query param (would also work if you pass it in body)
you may also notice some changes in response of these LLM's, so kindly update accordingly
i.e
const payload = {
messages: [
{
role: "system",
content: "You are a helpful assistant.",
},
{
role: "user",
content: prompt,
},
],
}
and the model id as usual in the url as query param (would also work if you pass it in body)
you may also notice some changes in response of these LLM's, so kindly update accordingly
🔥2
https://api.qewertyy.dev/
https://lexica.qewertyy.dev/
Bought this new domain replace it with
https://lexica.qewertyy.dev/
Bought this new domain replace it with
.me
(this may wont work in a while) ones
Lexica API
Primary Domains https://lexica.qewertyy.dev https://api.qewertyy.dev Python Package: https://github.com/Qewertyy/LexicaAPI NPM Package: https://github.com/Qewertyy/node-LexicaAPI
please change the domain to these.
Telegram
Lexica API
Primary Domains
https://lexica.qewertyy.dev
https://api.qewertyy.dev
Python Package:
https://github.com/Qewertyy/LexicaAPI
examples
https://lexica.qewertyy.dev
https://api.qewertyy.dev
Python Package:
https://github.com/Qewertyy/LexicaAPI
examples
added 2 new language models named Llama 2 (13b-chat-awq), OpenHermes with model ids 26 and 27 respectively.
❤2👍2