openai-cookbook icon indicating copy to clipboard operation
openai-cookbook copied to clipboard

Fix UnicodeEncodeError

Open khaled-wsa opened this issue 1 year ago • 2 comments

This pull request fixes the UnicodeEncodeError in the code by adding encoding="utf-8" to the open() function calls.

khaled-wsa avatar Feb 03 '23 22:02 khaled-wsa