You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I hope this message finds you well. I would like to propose a modification to the orc/code_orchestration.py file to address an issue with file name encoding when uploading to BLOB storage.
Currently, the code contains the following line:
arguments["sources"] = sources
This setup causes file names in Japanese to become garbled when uploaded. To resolve this issue, I suggest changing the line as follows:
Would there be any concerns with implementing this change?
Additionally, although it might not be necessary, I found that changing the example file names in orc/plugins/Conversation/Answer/skprompt.txt to Japanese also helped resolve the garbling issue.
Thank you for considering this proposal. I look forward to your feedback.
Best regards,
The text was updated successfully, but these errors were encountered:
Hello,
I hope this message finds you well. I would like to propose a modification to the orc/code_orchestration.py file to address an issue with file name encoding when uploading to BLOB storage.
Currently, the code contains the following line:
This setup causes file names in Japanese to become garbled when uploaded. To resolve this issue, I suggest changing the line as follows:
Would there be any concerns with implementing this change?
Additionally, although it might not be necessary, I found that changing the example file names in orc/plugins/Conversation/Answer/skprompt.txt to Japanese also helped resolve the garbling issue.
Thank you for considering this proposal. I look forward to your feedback.
Best regards,
The text was updated successfully, but these errors were encountered: