#gpt-4-1106-preview utf-8 bug
1 messages · Page 1 of 1 (latest)
I'm also having this issue. I initially thought it was happening only in gpt-4, but then I tested and also had the same issue with gpt-3.5
https://community.openai.com/t/gpt-4-1106-preview-messes-up-function-call-parameters-encoding/478500
OpenAI Developer Forum
If I request a function to be called, gpt-4-1106-preview calls the function with parameters that have wrong UTF-8 encoding for non-ascii characters (international alphabets). Sometimes the characters are left out, sometimes they are just random and sometimes it uses HTML encoding. The same call works perfectly fine with gpt-3.5-turbo and gpt-4....