Dee
Dee
@chrislearn is it possible to use the salvo macro property instead of labeling it twice?
@chrislearn would be super nice not to write it twice and manually check :-D thanks for reply.
For anyone else who needs to update. This will fix the build error ```fatal error: module 'device_info' not found``` for production releases. For now you can use this inside the...
I've made a pull request here https://github.com/BestBurning/platform_device_id/issues/26
In OpenAI we have API keys which how you're supposed to use their APIs. Using the session key might get your account banned.
You can connect to ChatGPT 3 Here's an example using the API key. ``` curl https://api.openai.com/v1/completions \ -H 'Content-Type: application/json' \ -H "Authorization: Bearer [api key]" \ -d '{ "model":...
> Your code does not connect to the same model that is available online via chat interface. The code you posted connects to code-davinci, a GPT3.5 model (that is used...
I've created a feature request here to support other languages :-) https://github.com/trpc/trpc/issues/3533
@Dealerpriest i also agree with this; we don’t use query everything is mutation cause it’s easier with external apps like Fluter. We also did that with GraphQL; non issue. Is...
@iduuck but every query can be a mutation and not every query is a GET so perhaps this is the wrong way round? Having the distinction in the first place...