AndraxDev / speak-gpt

Your personal voice assistant based on OpenAI ChatGPT.
https://play.google.com/store/apps/details?id=org.teslasoft.assistant
Apache License 2.0
290 stars 59 forks source link

Render matrix in latex #138

Open creepy-pasta101 opened 2 months ago

creepy-pasta101 commented 2 months ago

Currently matrices in speak-gpt are not renered at all... (The /pmatrix tag)

Probably something to do with this

AndraxDev commented 1 month ago

After evaluatin your problen I haven't noticed any issues with matrix rendering. Maybe you have special case. So can you please provide your example chat input and output si I can deal with this problem? Thanks!

This screenshot represents actual version of SpeakGPT (no changes were made to Markdown renderer since last stable release): Screenshot_20240930-100046.png

If you still have the issues you can try to compile the projects without minification and obfuscation. To disable minification, open app/build.gradle and set both minifyEnabled and shrinkResources variables to false.

Note: For Kotlin DSL variables have the following names: isMinifyEnabled and isShrinkResources.

AndraxDev commented 1 week ago

I'm confirming your issue in production track. It might be due code minificatior and obfuscation. Disregard my previous message.