You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GlassGPT: Implement scrollview and TTS.
Implemented scroll view to resolve text wrapping issue, as well as implementing TTS support for reading back responses from GPT.
closes#7
Signed-off-by: Nigel Norris <nigel@projectglass.xyz>
GlassGPT: Complete 2.0 rewrite.
Moved from using the openai-java library to using Retrofit (thanks @simonsickle), and updated to use latest GPT-4o model for cost savings and quicker responses.
closes#1