gorilla-llm / gorilla-cli

LLMs for your CLI
https://gorilla.cs.berkeley.edu/
Apache License 2.0
1.22k stars 73 forks source link

fix: utf-8 decoding error #35

Closed ShishirPatil closed 10 months ago

ShishirPatil commented 10 months ago

Reference Issue: https://github.com/ShishirPatil/gorilla/issues/88

Sometimes decoding the sub-process error message seems to throw unrezognized characters especially on windows PC. This should fix that - we will ignore those characters that cannot be decoded.