-
-
Notifications
You must be signed in to change notification settings - Fork 622
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
agents: internationalize and add Chinese prompt #1001
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great, thanks for adding this, have a few nits.
…guage identifier.
@tmc OK, thank you for the opinions, the nits are resolved, please review again. |
Wait, there are conflicts, I will resolve them now. |
OK, conflicts are resolved. |
"action input": "工具参数:", | ||
"observation": "结果:", | ||
"output key": "输出:", | ||
"system message": "你是一个牛逼的AI助手。", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"牛逼"非常精髓了!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"牛逼"这个词会不会让一些英文语料训练的大模型懵逼
PR Checklist
memory: add interfaces for X, Y
orutil: add whizzbang helpers
).Fixes #123
).golangci-lint
checks.If non-English questions are inputed, the agents won't work well with the English prompt, so I'm internationalizing agents and adding Chinese prompt. Other languages can be supported too.