Results 113 comments of wirthual

In this case you would want to add the task and prompt as additonal parameters to the request. You could modify `_OpenAIEmbeddingInput` to take task and prompt. Then pass it...

Hi, is there an updated ETA for 3.12 wheels? Thanks.

Here is how I run open webui with llamafile backend: 1. Download a llama file you can run e.g. https://huggingface.co/wirthual/Meta-Llama-3.2-1B-Instruct-llamafile ``` wget https://huggingface.co/wirthual/Meta-Llama-3.2-1B-Instruct-llamafile/resolve/main/Meta-Llama-3.2-1B-Instruct-Q4_K_M.llamafile ``` 2. Make the file executable and...