Taewan-P / gpt_mobile

Chat app for Android that supports answers from multiple LLMs at once. Designed with Material3 & Compose.
GNU General Public License v3.0
38 stars 7 forks source link

Amazon Bedrock model support #11

Open advait404 opened 3 days ago

advait404 commented 3 days ago

Hi, I think it would be nice if the app can support models from amaozn bedrock.

Currently I have not been able to find a single android app that can do this, and I think it should not be a major challenge since calling the APIs is pretty straightforward.

Maybe initially only the anthropic models can be supporter, then it can be expanded to other models as well.

Taewan-P commented 3 days ago

Hello! What are the benefits of using models from Amazon Bedrock? (I've never used one before) Is there something that points out compared to other models?

advait404 commented 3 days ago

There are a few benefits of using aws bedrock.

Honestly I have not found a mobile app for bedrock, and I really wanted to use it outside the webui, which is pretty bad on mobile. So this can be a pretty unique feature.

I have worked on implementing this (in python) so I can somewhat help in how it can be implemented.

Taewan-P commented 3 days ago

I will consider this, thanks.