AutoGPT icon indicating copy to clipboard operation
AutoGPT copied to clipboard

Add ai_output_language_code env configuration add support logging with google translate

Open Jun10ng opened this issue 2 years ago • 10 comments

https://github.com/Significant-Gravitas/Auto-GPT/issues/1879

Jun10ng avatar Apr 16 '23 13:04 Jun10ng

There are more lint errors. Your editor keeps deleting the final line separator (or is it you?)

nponeccop avatar Apr 16 '23 17:04 nponeccop

CI is red

nponeccop avatar Apr 17 '23 15:04 nponeccop

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.

Jun10ng avatar Apr 17 '23 15:04 Jun10ng

This pull request has conflicts with the base branch, please resolve those so we can evaluate the pull request.

github-actions[bot] avatar Apr 17 '23 22:04 github-actions[bot]

Conflicts have been resolved! 🎉 A maintainer will review the pull request shortly.

github-actions[bot] avatar Apr 18 '23 02:04 github-actions[bot]

This pull request has conflicts with the base branch, please resolve those so we can evaluate the pull request.

github-actions[bot] avatar Apr 18 '23 20:04 github-actions[bot]

Conflicts have been resolved! 🎉 A maintainer will review the pull request shortly.

github-actions[bot] avatar Apr 19 '23 02:04 github-actions[bot]

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?

z-x-x136 avatar Apr 22 '23 06:04 z-x-x136

This pull request has conflicts with the base branch, please resolve those so we can evaluate the pull request.

github-actions[bot] avatar Apr 24 '23 22:04 github-actions[bot]

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

p-i- avatar May 05 '23 00:05 p-i-

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.

Pwuts avatar Sep 08 '23 12:09 Pwuts