Emojis not available in ChatResponse content #1288
Unanswered
grzegorz-aniol
asked this question in
Q&A
Replies: 1 comment
-
It sounds like you're running into an issue where the emoji characters are not being correctly rendered or processed in the ChatResponse content of your implementation. This is a common issue when dealing with text encoding, especially with special characters like emojis. Here are a few things you can check or try to solve this issue:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm testing a prompt that generates text enriched with emojis. I'm using OpenAI. It works well in the ChatGPT console; however, I don't see emojis in the
ChatResponse
content. Does this mean the implementation should encode JSON withAPPLICATION_JSON_UTF8
? I tried to add my own codec toWebClient
, but it doesn't work. Has anyone had a similar problem or knows how to solve it? Thanks! :)Beta Was this translation helpful? Give feedback.
All reactions