pySilver

Results 133 comments of pySilver

I was also surprised that `server.origin` is not dynamically constructed (or at least there is no way to do it)

``` curl -v http://127.0.0.1:5000/inference/chat_completion \ -H "Content-Type: application/json" \ -d '{ "model": "Llama3.1-1B-Instruct", "messages": [ {"role": "system", "content": "You are a helpful assistant."}, {"role": "user", "content": "Write me a 2...

How would you design error indication in one of the list items then? Especially if list is somewhat long?

Here is how it works. Simply use `required=False` and custom validation. We can close this ticket. ```python class UrlBlock(blocks.StructBlock): page = blocks.PageChooserBlock(label=_("Page"), required=False) url = URLOrAbsolutePathBlock(label=_("URL"), required=False) target_blank = blocks.BooleanBlock(...

It is ES 7 but version is probably does not matter.

@vhyza your plugin is awesome. maybe someone would like to take over and maintain it?

Its happening to me too. Very unnoying. Eventually unread status gets in sync up until one of my specific contacts messages me again (nothing special about that person as far...

@rtnpro this is probably related ? https://github.com/taskiq-python/taskiq-redis/issues/72