|
|
|
|
|
by jeroen
1073 days ago
|
|
I asked it "How do you reverse a string?" > To reverse a string, I use the built-in "reverse" function in Python. It takes a string as input and returns the string with all the characters in reverse order. For example, the input string "hello" would become "lohel" when reversed. We're not quite there yet. |
|
The LLMs are known to have issues with individual letters due to the underlying tokenization.