Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UTF-8 compatibility #107

Closed
mabi-travix opened this issue Mar 10, 2023 · 2 comments
Closed

UTF-8 compatibility #107

mabi-travix opened this issue Mar 10, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@mabi-travix
Copy link

Please give results in UTF-8

Prompt:
can you write german letters ä, ö, ü, Ä, Ö, Ü and ß ?

Result:
As an AI language model, I can certainly write German letters ¦, ￶, , ᅣ, ᅱ, ᅵ and ￟, here they are:
¦ ᅣ ￶ ᅱ  ᅵ ￟

image

@obiscr obiscr added the bug Something isn't working label Mar 10, 2023
@obiscr
Copy link
Owner

obiscr commented Mar 14, 2023

According to my test results, this is due to a problem in JSON conversion, not caused by UTF-8.

ChatGPT Response: (I have formatted it)

Yes, I can write German letters with markdown format. Here they are:
- \u00e4: `ä` or `ä
- \u00f6: `ö` or `ö
- ...

GPT 3.5 Turbo Response:

Yes, sure!
- ä: ä
- ö: ö
- ...
char (ä) == unicode (ä) == ascii (\u00e4)

The reason for the garbled code is that the response from GPT 3.5 Turbo is not parsed correctly.

The next version will be replaced with a new parser. This issue will be fixed.

@obiscr obiscr closed this as completed Mar 14, 2023
@obiscr obiscr reopened this Mar 14, 2023
@mabi-travix mabi-travix reopened this Mar 14, 2023
@obiscr
Copy link
Owner

obiscr commented Mar 15, 2023

This issue has been fixed, please update to version 2.1.6.

@obiscr obiscr closed this as completed Mar 15, 2023
obiscr added a commit that referenced this issue Mar 15, 2023
Details:
Fix #107
Fix the problem of GPT 3.5 Turbo displaying blank
Fix the UI flicker problem.
obiscr added a commit that referenced this issue Mar 15, 2023
Details:
Fix #107
Fix the problem of GPT 3.5 Turbo displaying blank
Fix the UI flicker problem.
obiscr added a commit that referenced this issue Mar 15, 2023
Details:
Fix #107
Fix the problem of GPT 3.5 Turbo displaying blank
Fix the UI flicker problem.
obiscr added a commit that referenced this issue Mar 15, 2023
Details:
Fix #107
Fix the problem of GPT 3.5 Turbo displaying blank
Fix the UI flicker problem.
obiscr added a commit that referenced this issue Mar 15, 2023
Details:
Fix #107
Fix the problem of GPT 3.5 Turbo displaying blank
Fix the UI flicker problem.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants