AI System In MIT

I wanted to know if I can make AI in Mit

1 Like

For built-in AI features, look in the Experimental section of the palette in the Designer. There you will find ChatBot and ImageBot.

For other types of online AI, use the web component (api requests) or the webviewer (webviewstring to capture response)

There are also some AI extensions

Is there a Online AI

Um, AI2 uses OpenAI's ChatGPT for the Chatbot, and DALL-E2 for the ImageBot.

There are plenty of other AI models: Gemini, Groq, DeepSeek, (Skynet :wink: ) - the list is probably endless

Would I be able to have both Chat bot and ImageBot as one AI

Also I am wondering how to make it

Can you help me

Sorry, I cannot, I do not do any work with AI on AppInventor.

You know anyone else

You will have to see if anyone else responds.

No, that is not possible using the App Inventor Experimental Chatbot and ImageBot components.

See the documentation

You possibly can use this extension that works with OpenAI and use the appropriate model.

I think one of the OpenAI models has both text and image options in one model version. It is expensive to use.

You MUST get your own OpenAI account (OpenAI is NOT free since late 2024.)

I use the free Chatbot MIT component; it works fine but it is not sophisticated. A set amount of 'free' usage is available for each experimenter a day available under an agreement MIT has with OpenAI for the limited usage. You need to use the component's default settings.

Can someone tell me how to set it up

I want to know how to set it up

Basically "Groq" is not an AI model. Its a fast inference AI company that hosts a variety of powerful AI Models and delivers them at 8x speeds compared to traditional api's
GroqText Extension allows you to add models such as Llama, DeepSeek, Mixtral, Saba, Qwen and others with a single api key all with their own usage limits daily.

Ima try it now

Thank you for the AI but is it possible not to put a API key because I was going to share this with other people and I don't want to share that with anyone also I wanted it to already set up for them

I am not able to get you. Please be more specific on what you want to achieve

A post was split to a new topic: How do I change the code but it does the same thing?