Sunny Chen

Results 26 comments of Sunny Chen

Thank you for committing the issue here, and I will investigate the issues and get them fixed.

My guess is that you'll have to implement your own CustomAction, take the token as the input and invoke the API with attaching the token as the request header.

Hi @ceriomenco , I may need some time to investigate this issue and provide a good solution. But I guess I should be able to handle this by customizing the...

Hi @ceriomenco, After some thinking I suppose the type used in the `ProducesResponseType` is a kind of schema type which would be dynamic in the HAL's use cases, however, that...

Since there is no additional request on this topic, will close this ticket. If necessary, please create another one for tracking. Thanks.

I have the same issue on my first start program. Code below: ```csharp using LLama.Common; using LLama; using LLama.Native; var showLLamaCppLogs = true; NativeLibraryConfig .Instance .WithLogCallback((level, message) => { if...