Caden MacKenzie
Caden MacKenzie
I was having difficulty reading the error messages when the timeout was set to 5 seconds so I removed the timeout and added a close button instead. I also added...
Using Python 3.13.0 on Mac M1 Running source install.sh results in these errors: cadenmackenzie@Caden-Macbook-Pro-14 exo % source install.sh Obtaining file:///Users/cadenmackenzie/Documents/Development.nosync/exo/exo Installing build dependencies ... done Checking if build backend supports...
As stated in the README you must use Python>=3.12.0 however I was not able to create a venv and install the packages with version Python 3.13.0. I had to explicitly...
I wanted a way to show which models have already been downloaded. Ultimately, I would like to add the ability to manage those models such as deleting them. Might make...
With the new collapsable model navigation in the sidebar, it is not immediately clear when the page loads what model is being used for the chat. My solution: I added...