You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I already succeed connecting phrasing-bot to text-generation-webui. Phrasing-bot frontend yarn start successfully,
unfortunately - there is no models to select.
After selecting/click the 'model' menu, yarn suddenly disconnect and gave following error:
For information, i'm using model Meta-Llama-3-8B-Instruct.Q5_K_S.gguf - and in the same time, this model running fine with my text-generation-webui.
Any suggestion how to define/to acccess the model from phrasing-bot (or maybe there is wrong configuration on my .env file)?
My local gpt is text-generation-webui from https://github.com/oobabooga/text-generation-webui.
I already succeed connecting phrasing-bot to text-generation-webui. Phrasing-bot frontend yarn start successfully,
unfortunately - there is no models to select.
After selecting/click the 'model' menu, yarn suddenly disconnect and gave following error:
For information, i'm using model Meta-Llama-3-8B-Instruct.Q5_K_S.gguf - and in the same time, this model running fine with my text-generation-webui.
Any suggestion how to define/to acccess the model from phrasing-bot (or maybe there is wrong configuration on my .env file)?
This is the content of my .env file:
PORT=5000
REQUEST_TYPE=custom
CUSTOM_API_BASE_URL=127.0.0.1:5001
CUSTOM_API_KEY=somekey
CUSTOM_API_MODEL=Meta-Llama-3-8B-Instruct.Q5_K_S
CUSTOM_API_PROMPT_TEMPLATE=LLAMA_3
(my setup: Win11 Pro, Node 20.14, Yarn 1.22.22, text-generation-webui, Nvidia RTX 3050 6GB, RAM 32GB, Ryzen 7 gen7)
The text was updated successfully, but these errors were encountered: