64bit / async-openai

Rust library for OpenAI
https://docs.rs/async-openai
MIT License
1.09k stars 161 forks source link

feat: escape non ascii in json #211

Open honsunrise opened 4 months ago

honsunrise commented 4 months ago

When the prompt includes non-ASCII characters, OpenAI needs to be correctly escaped to respond accurately.

honsunrise commented 3 months ago

@64bit Got time to take a look at this PR?

dr3s commented 1 week ago

is this repo active or do we need to fork?