pocket-ai
pocket-ai copied to clipboard
Pocket AI: OpenAI GPT-3.5 powered free chatbot android app in Flutter similar to Chat-GPT
i'm using `llama-cpp-python[server]` to run an OpenAI compatible chat/completions endpoint. it runs at `http://127.0.0.1:8000/v1` generally. this is working well with other (desktop) clients such as BetterChatGPT
your app has 1T+ downloads ... what was this experience like ? i was just curious to ask
Hey there, I wonder if you tried to obfuscate constant strings such as the URL to OpenAI API when composing the APK file for publishing?
Task 'wrapper' not found in project ':app'. * Try: > Run gradle tasks to get a list of available tasks. > Run with --stacktrace option to get the stack trace....