Gabriel Kapellmann

Results 11 issues of Gabriel Kapellmann

So the JSON is: [ { "name": "Trondheim", "local_names": { "se": "Troandin", "sv": "Trondheim", "lv": "Trondheima", "lt": "Trondheimas", }, "lat": 63.4305658, "lon": 10.3951929, "country": "NO" }, { "name": "KlAbu", "lat":...

Hi I recently started getting this error message, I basicaly do this: `UpdateScene req = new UpdateScene() { Recall = new Recall() { Action = SceneRecallAction.active }, Speed = speed...

In the Webstarter project by default we can find LlamaSharp.Backend.Cuda11 dependency. When I added the LlamaSharp.Backend.CPU dependency to the project, it works well. I have installed the CUDA libraries directly...

I have noticed that when a GA is run, if we pause it when the generation is over, when requested to resume the generation counter doesnt go to the next...

needs-investigation 👀

Hello @glenndehaan, That you for the docs, they have been very useful! A bit of context: I have 2 scenes, both belong to the "SuperGroup". First of all, the status...

### Describe the bug Thank you for your help with this package, to keep it up to date. I am trying to use this from a Service. I get this...

bug

This might be an obvious problem, but I am not sure if I have to add RestSharp manually. **Describe the bug** I get this exception when attempting to declare a...

Hello, So I followed the instructions, and I downloaded the model to the PC, so it is locally hosted. But when running tha app, when entering to localhost:8501 I get...

Hello again, Following the steps of the documentation, I have configured my LlamaSharp model here: `"LlamaSharp": { "Interactive": true, "ModelDir": "D:/C#/Llms", "DefaultModel": "llama-2-7b-chat.Q4_K_M.gguf", "MaxContextLength": 1024, "NumberOfGpuLayer": 20 },` and in...

When running a botsharp project from Visual Studio it starts perfectly well. Swagger opens, and I can use the chat as expected. But then I publish and try to tun...