AnujMutha/WearGPT

Quick way to add API key without typing

i2chris opened this issue · 3 comments

Is there quick way to enter the API key without manually typing it in? On my pixel watch 2 the keyboard is tiny

Is there quick way to enter the API key without manually typing it in? On my pixel watch 2 the keyboard is tiny

Hey,
You can use ADB on your laptop/computer to connect to watch and using Adb text input command you can enter key

Thank you, I was becoming crazy... this worked like a charm

adb shell input text "sk-XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"

Thank you, I was becoming crazy... this worked like a charm


adb shell input text "sk-XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"

Glad to hear that