HeMuling

Results 9 comments of HeMuling

problem solved thanks to @AndrewKeYanzhe's help, here is solution: in the file `main.cpp`, change line 822: https://github.com/ggerganov/llama.cpp/blob/460c48254098b28d422382a2bbff6a0b3d7f7e17/main.cpp#L794 in to (number size can be adjusted according to RAM): ``` if (!llama_model_load(params.model,...

thanks, can I use openai for embedding? I tried: ``` embedding: enable: true endpoint: https://api.openai.com/v1/embeddings model: text-embedding-3-small num_dim: 1536 use_local: false use_modelscope: false token: 'my-openai-api-key' ``` and when I tried...

很有用的工作👍,openai 的 realtime api 是否考虑支持呢?

很好的插件👍,能支持自定义ai api key吗

There has been a solution that somehow fix the problem: ![Image](https://github.com/user-attachments/assets/f1ad87c7-244e-4873-9f81-41e0145dc559) The solution is to use the pipe function: https://openwebui.com/f/zgccrui/deepseek_r1 (my recommendation is to increase the timeout in the code)...

Sorry for the delay. Explicitly setting the GPTR_API_URL doesn't seems to be helping. The overall docker log shows that: ``` gpt-researcher-1 | INFO: Started server process [1] gptr-nextjs-1 | gptr-nextjs-1...

Hi @ElishaKay, I think the problem I encountered with is due to the lack of package `langchain_openai`, and this was solved by [this commit](https://github.com/assafelovic/gpt-researcher/commit/cb04fc7844d82eec19afb8cc68353802ad6f13bb). (Also need to specify the platform...

I've adapted codes from https://forum.typst.app/t/how-to-repeat-the-caption-or-a-modified-caption-of-a-multi-page-table/729/3, and make it possible to show "See next page for continuation" at the bottom of table and "Continuation of Previous Table" at the beginning of...