Krukov D

Results 67 comments of Krukov D

Добрый - тут скорее ошибка в библиотеке хотя конечно странно что из амосрм это поле приходит пустым (account_id) Амо такая штука что у когото работает норм а у когото всякие...

А почему это поле на вашем акаунте не передавалось ? Видимо в некоторых случаях апи амосрим на получении сушьности добавляет лишнее поля а выдачу апи которы не описаны в документации...

Hello. Yes that is a thing that I thought about a long time ago. But I still have a doubt that it is better than just Readme. I usually try...

Hello, It is a pretty new feature - a part of contrib part for fastapi ( obvious ) `cache_control_ttl` works only with `CacheRequestControlMiddleware` setup. When request comes with `Cache-Control` header...

After https://github.com/zed-industries/zed/pull/8646 to make local LLM work you need to add this to Zed Settings (~/.config/zed/settings.json) ```json "assistant": { "provider": { "type": "openai", "api_url": "http://localhost:11434/v1" } } ``` At least...

Sorry for a delay I spend some time trying to reproduce it but can't Can you help me with a code? I have a next snippet but it works as...

Thanks for explanation. And sure that we need to store a copy of object - I thought that it so ) , I gonna fix it

Fixed with 7.1.0 version. Please reopen the issue if it still exist

Hello @robert-schmidtke! This is definitely a bug or problem in the design of the tagging system. I don't know how to fix it quickly. Probably I need to remove `check_tags_registered`...

thanks, I think that I understand a problem It will be grateful if you will share an example when you will have a time