4mitabh

Results 7 comments of 4mitabh

@aloisdeniel the 3.0.0 version is supposed to produce null safe localizations.g.dart, right? It seems to generate the same code for me- the same as 2.x versions. Perhaps I'm missing something...

I dont think, we'll need to change any of the data structures, or need a Z dimension. The common way to implement isometric maps in games uses only x,y coordinates,...

I see what you meant. Yeah, we'll have to take care of z-order of all the rendered objects. In case of isometric objects, the trick is to simply adjust the...

I'm using these in a flutter project, and have little control over the temporary build folders. It'll be nice if we could either respect "files.exclude" setting...

can you post your test code? How have you been trying to access these features and what error do you get ?

According to https://github.com/xtekky/gpt4free/blob/main/docs/providers-and-models.md only the following models are supported on ChatGPT provider: gpt-4o, gpt-4o-mini, gpt-4 However, if you use an existing conversation-id, you can indeed generate images. Just remember to...