neko_code

Results 20 comments of neko_code

Sounds good, the same with DeleteMessages and similar methods

In case of AdoNet provider I had to slightly edit the existing implementation and replace it in service container It was about defunct silo removal, it was our dirty approach...

I get it, that IAsyncSessionSerializer and sqlite provider are separate things, what I am talking about is to give ability to use something else but sqlite

Same here with k3s deployment with ingress nginx. I got X-Forwarded-For,X-RealIp and other headers set (over proxy protocol, and I can see the real ips in another k3s service), yet...

I guess so. Also as I see there are new changes related to api extension and more. I will test it again and post results here

Well, now it indeed, stops and outputs nothing. No errors in verbose mode

Turns out this line https://github.com/oobabooga/text-generation-webui/blob/main/extensions/api/script.py#L77 must be incorrect, because if I change it to ``` response = json.dumps({ 'results': [{ 'text': answer }] }) ``` it does not substring and...

Since this is funny so I decided to keep it on: ``` public class SillyDocumentTransformer : IOpenApiDocumentTransformer { public async Task TransformAsync(OpenApiDocument document, OpenApiDocumentTransformerContext context, CancellationToken cancellationToken) { var type...

Same here with /admin endpoint. I got reverse proxy (so it's local no ssh forwarding needed), just can't access it. 404 everytime, tried different ports too. No error with ingress...

any news on this? I am not sure if it is related, but it is the issue I found first when I was investigating the problem I just had. I...