woheller69 / gptAssist

gptAssist is a simple WebView wrapper for ChatGPT
GNU General Public License v3.0
226 stars 6 forks source link

Use other AI tools #16

Closed X64X2 closed 8 months ago

X64X2 commented 9 months ago

Instead of Chatgpt, use hugging face or open assistant

woheller69 commented 9 months ago

You can try this

https://github.com/woheller69/huggingChat

Download from Releases

TechnologyClassroom commented 9 months ago

Do you have a version for self-hosted oogabooga API?

woheller69 commented 9 months ago

No, but you can adapt the code in this file:

https://github.com/woheller69/gptAssist/blob/master/app/src/main/java/org/woheller69/gptassist/MainActivity.java

Change urlToLoad to your server URL and set the required allowed domains as needed at the bottom of the file.

woheller69 commented 8 months ago

huggingAssist is on F-Droid now