hswlab

Results 25 comments of hswlab

I finally figured it out. Bing no longer sends the signature in the response content, but in the response header inside X-Sydney-EncryptedConversationSignature. I now use my own solution to communicate...

@chinazhaoht For websocket request with ChatHub, this string is currently set in the URL parameter of sec_access_token. wss://sydney.bing.com/sydney/ChatHub?sec_access_token=TheSignature If you use the Bing API, you have to wait until the...

It seems, that the llava_shared,dll library only exists in the avx folders of deps.zip Is it currently only possible to use llava for avx backends? ![image](https://github.com/SciSharp/LLamaSharp/assets/12501993/8191d20f-ab64-40f5-981f-36428fb8908f)

I suspect the backend binaries do not match the version of the llamasharp library used. I just had the same error message. Version 0.11.02 finally worked together with the binaries...

@AsakusaRinne I had downloaded binaies for a slightly older llamasharp version during my first test, probably by mistake. I then simply downloaded the binaries from the description for the major...

I just tried the latest binaries "Update Binaries #37" with v0.11.2 of llamasharp, but with no success. https://github.com/SciSharp/LLamaSharp/actions/runs/8886754252 The older binaries "Update Binaries #30" are working fine with v0.11.2 https://github.com/SciSharp/LLamaSharp/actions/runs/8118890586...

I'm Using fully updated Win 10. cuda_12.4.r12.4 But, as already mentioned. I don't really have a problem when I use an older binary. Maybe the newer binaries just don't fit...

I'm working on an Electron/LLamaSharp application with .NET6 and was wondering if it would be possible to give the user the option to select the backend in the APP settings...

Ok, I couldn't fall asleep without testing it again :D It actually worked after I renamed llama.dll to libllama.dll. Very nice. Thank you very much.

I currently tried to replase Role User by System at the first call, but now the first call breaks wit the error message: "Message must be a user message (Parameter...