AutoGPT
AutoGPT copied to clipboard
Add ai_output_language_code env configuration add support logging with google translate
https://github.com/Significant-Gravitas/Auto-GPT/issues/1879
There are more lint errors. Your editor keeps deleting the final line separator (or is it you?)
CI is red
CI is red
Sorry, I have fixed those lint errors but there is still red: for PR "Use Python 3 Pathlib standards, increased error handling": add "conflicts", remove "nothing".
It seems like needs a retry.
This pull request has conflicts with the base branch, please resolve those so we can evaluate the pull request.
Conflicts have been resolved! 🎉 A maintainer will review the pull request shortly.
This pull request has conflicts with the base branch, please resolve those so we can evaluate the pull request.
Conflicts have been resolved! 🎉 A maintainer will review the pull request shortly.
from autogpt.json_fixes.bracket_termination import ( attempt_to_fix_json_by_finding_outermost_brackets, ) from autogpt.json_fixes.parsing import fix_and_parse_json
I don't have json_fixes in my folder, and I looked at the published code on github but couldn't find it. Can you tell me how to get it?
This pull request has conflicts with the base branch, please resolve those so we can evaluate the pull request.
This is a mass message from the AutoGPT core team. Our apologies for the ongoing delay in processing PRs. This is because we are re-architecting the AutoGPT core!
For more details (and for infor on joining our Discord), please refer to: https://github.com/Significant-Gravitas/Auto-GPT/wiki/Architecting
Thanks for submitting! Unfortunately, this is only a partial solution to a bigger challenge that we'll want to solve properly at some point (full i18n). The LLMs we use also seem to be quite good at switching languages, so we might not even need to use Google Translate.