aiverify-foundation / moonshot-data

Contains all assets to run with Moonshot Library (Connectors, Datasets and Metrics)
Apache License 2.0
11 stars 8 forks source link

Encoding issues for non-English language in JSON results #55

Closed imda-lseokmin closed 2 months ago

imda-lseokmin commented 2 months ago

Currently, Moonshot stores unicode for non-English language in the json results (See below).

image

To reproduce this, run the following recipe and check the results in generated-outputs/my-new-recipe-runner.json.

run_recipe "my new recipe runner" "['cbbq-lite']" "['openai-gpt35-turbo']" -n 1 -r 1
imda-lionelteo commented 2 months ago

Hi @imda-lseokmin @imda-kelvinkok will be taking a look at this enhancement.

imda-kelvinkok commented 2 months ago

Hello, enhancement has been added in https://github.com/aiverify-foundation/moonshot-data/pull/56.

Closing this issue