Хусниддин
Хусниддин
@meshchaninov thanks, really it is in the static JS files. Exactly the path: `/static/bundles/metro/ConsumerLibCommons.js/gEnEraTeD_sTr.js` 
The response with the `stream=True` parameter returns a generator, which you must iterate to see the messages. Here's how to do it: ```python # Streamed completion response = g4f.ChatCompletion.create( model="gpt-3.5-turbo",...
> @MasterGroosha hello, the third version of aiogram has already been released, but in uzb many people still use the second aiogram and are in no hurry to switch to...
`transit` or `shift`? `mutate` xD
Serial is not added to extra_imports when rendering the template. Or is it related to `--auto`?
I had this problem with one previous version of Piccolo, and now I'm on the latest version. When I added a foreign key to my forwarded(migrated) **User** and **Tariff** tables...
> The fix is to manually add the import to the migration file Yes, I was doing this solution until now. But I thought this issue was a bug because...
I had an empty db and empty piccolo_migrations folder (per app) in this [try](https://github.com/piccolo-orm/piccolo/issues/865#issuecomment-1636037293). ``` piccolo migrations new all --auto ``` ``` piccolo migrations forwards all ```
@dantownsend The problem is with **LazyTableReference** and was solved when I removed it and imported the model from my other app/tables.py in the tables.py file.