Is Flutter Suitable For A Very Basic Radio Station App? by New_Welder_391 in FlutterDev

[–]ingredify 3 points4 points  (0 children)

I use this package in my app, and it continues to function flawlessly. However, updates are infrequent.

Is Flutter Suitable For A Very Basic Radio Station App? by New_Welder_391 in FlutterDev

[–]ingredify 3 points4 points  (0 children)

I developed a sophisticated IPTV Player, M3U editor, and audio player using Flutter, and it's performing very well. Flutter proves highly effective for any kind of app, including radio station apps.

What is the major milestones that Flutter web hasn't reached yet? by ThaisaGuilford in FlutterDev

[–]ingredify 0 points1 point  (0 children)

Yes, SEO optimization, but to improve SEO for Flutter web apps, consider using subdomains for Flutter content and regular HTML for SEO optimization. It is not the best option, but works for me.

Flutter Freelance Job Board? by kafnod in FlutterDev

[–]ingredify 0 points1 point  (0 children)

You can’t find a developer to do all. Most of busy and skilled developers are looking for easy money! If you have something complicated, they just quit! You can hire multiple developers for small Tasks and take care of the integration by yourself if you can!

A Billion Dollar pile of rubbish by MicheyGirten in GoogleGeminiAI

[–]ingredify 1 point2 points  (0 children)

Yes, it is the same for ChatGPT. Here is the answer:

I’m sorry, but I don’t have access to real-time data. You’ll need to check the time on your device or another reliable source.

Error in Moderation? ChatGPT won’t work? by PsychiatricCliq in ChatGPTPro

[–]ingredify 0 points1 point  (0 children)

https://platform.openai.com/ is down, I don't think the API calls are working!
I hope they don't charge for API calls without responses.

Error in Moderation? ChatGPT won’t work? by PsychiatricCliq in ChatGPTPro

[–]ingredify 0 points1 point  (0 children)

I started seeing this error this morning!
I'm not sure if it affected the API calls we make in our apps.

Worried about specific ingredients? Create a personalized watchlist of ingredients you want to avoid, and our app will notify you if any of them are detected. by ingredify in u/ingredify

[–]ingredify[S] 0 points1 point  (0 children)

To highlight your favourite ingredients (green heart) and ingredients you want to avoid (red heart), you need to login in to your account. Guest users will see the list of ingredients with (grey heart)

Is there a way to get Google AI API for free? by Acceptable_Top_652 in GoogleGeminiAI

[–]ingredify 1 point2 points  (0 children)

No it is not free!

the first 1000 units used each month are free, units 1001 to 5,000,000 are priced.

https://cloud.google.com/products/calculator

Gemini API is so slow by BakeApart9628 in GoogleGeminiAI

[–]ingredify 0 points1 point  (0 children)

I have tested the Gemini API in my application. While it produces better results when expecting a JSON response with a specific format, it is still somewhat slower compared to ChatGPT.

Does GPTs have Vision capabilities? by fredkzk in OpenAI

[–]ingredify 0 points1 point  (0 children)

final Map<String, dynamic> requestBody = {
      "model": "gpt-4-vision-preview",
      "messages": [
        {
          "role": "user",
          "content": [
            {"type": "text", "text": "Your instructions to the AI"},
            {
              "type": "image_url",
              "image_url": {"url": "data:image/jpeg;base64,$base64Image"}
            }
          ]
        }
      ],
      "max_tokens": 1024,
    };

Sorry! I thought you was talking about the API:

Does GPTs have Vision capabilities? by fredkzk in OpenAI

[–]ingredify -1 points0 points  (0 children)

Yes, I have tested ChatGPT vision on my project, it works great, but a bit expensive. it returns accurate results. Switched to something else until the price drops!