A LOT HAS CHANGED. Alright so I realized my current capabilities couldn’t make the project I wanted so I used a coding LLM from Nvidia to help. It wrote the entire frontend for me because I have noooooooo clue how to write a frontend. It also modernized how messages are displayed to the user. So for those that don’t know, tokens are essentially parts of words, 1 token being around 3/4th’s of a word. In the past, the model would generate tokens and then deliver them all at once in one output. However, the appearance to the user was that the program was freezing up because after putting in their input nothing happened. This make it so text appears in realtime, or well close to it, as the LLM is making a response.