Kasem Saikhuedong

Results 18 comments of Kasem Saikhuedong

@incendial Hello, I want to set up a pre-commit hook that runs the "flutter analyze" command. When it encounters incorrect code, it will report an error and prevent the commit...

@SKTDeveloper99 you can add this : config.build_settings["EXCLUDED_ARCHS[sdk=iphonesimulator*]"] = "arm64" to pod

You insert open ai key ?

@dmvvilela i will add it in next version

@MiroLiebschner @mkelk @dmvvilela I add gpt4o to two endpoint (chat complete,assistant) ```dart final request = CompleteText( prompt: translateEngToThai(word: _txtWord.text.toString()), maxToken: 200, model: Gpt4OChatModel()); final response = await openAI.onCompletion(request: request); ```

> Hey @redevrx , it is not on Vision yet? Really need it for analysing images.. Any ETA on that? Thx @dmvvilela I Add GPT4o to Complete api https://platform.openai.com/docs/guides/vision?lang=python ```dart...

@lzhgus i add id field in new version.

You can create new example app and show it on youtube ,and i add it to readme.