Skip to content

可以返回中文的Auto-GPT。所有的代码还是Auto-GPT的

License

Notifications You must be signed in to change notification settings

chenenqiang12345/Auto-GPT-Chinese

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Auto-GPT-Chinese

项目的所有代码都是Auto-GPT的。这是修改了提示词为中文,让他查询google的时候可以查询中文网站的信息

此项目的代码和每天与Auto-GPT的【stable】分支同步,合并时间2023-04-22 00:21。release:【Auto-GPT v0.2.2】

在此:先感谢Auto-GPT 项目的作者和团队

注意事项

1、必须使用python3.10及以上的版本

pip3.10 install -i https://pypi.tuna.tsinghua.edu.cn/simple -r requirements.txt

2、替换【requirements.txt】中的内容

en_core_web_sm @ file:///Volumes/work/PycharmProjects/Auto-GPT/localPackage/en_core_web_sm-3.4.0-py3-none-any.whl

# 替换为
en_core_web_sm @ file:///您的项目绝对路径/Auto-GPT/localPackage/en_core_web_sm-3.4.0-py3-none-any.whl

使用方式

python3.10 -m autogpt --debug --gpt3only

更多的用法,请查看Auto-GPT的【stable】分支 的介绍

中文响应的效果

设置名字角色目标

第一次ChatGPT的返回

chatGPT返回,下一个命令使用Google搜索

Google搜索返回的内容

完整的返回内容

我特意保存了一份所有的日志记录,完整的内容请查看chatGPTResponse2.text文件。

不要魔法使用ChatGPT

加群讨论

About

可以返回中文的Auto-GPT。所有的代码还是Auto-GPT的

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.4%
  • Dockerfile 1.1%
  • Other 0.5%