AI rephrased quotes
This small project utilises the Meta Llama 3 LLM to paraphrase famous quotes by characters like Yoda or David Attenborough.
The app works by getting a random quote through the backend Django service and showing this in a VueJS app. This quote can then be transformed by choosing a character such as Yoda and sending a request to a NodeJS app that forwards the request to the LM Studio service.
LM Studio is running Llama 3 with 8 billion parameters in chat mode fills asks for the following:
`Change the following quote to a version said by ${character}. Do not append ${character} to the result and do not add quotation marks.`