Chrome GPT
1.0.0
Chrome-GPT是一项自动实验,它利用Langchain和Selenium来使Autogpt Agent可以控制整个Chrome会话。凭借在网页上进行交互滚动,单击和输入文本的能力,AutoGPT代理可以导航和操纵Web内容。
输入提示: Find me a bar that can host a 20 person event near Chelsea, Manhattan evening of Apr 30th. Fill out contact us form if they have one with info: Name Richard, email [email protected].
理查德(Richard)制作的演示
python -m chromegpt -a auto-gpt -v -t "{your request}" OPENAI_API_KEY ENV变量poetry install安装Python要求poetry shellpython -m chromegpt运行Chromegpt您可以在这里从您自己的代码空间开始:
python -m chromegpt -v -t "{your request}"python -m chromegpt -v -a auto-gpt -m gpt-4 -t "{your request}"python -m chromegpt --help Usage: python -m chromegpt [OPTIONS]
Run ChromeGPT: An AutoGPT agent that interacts with Chrome
Options:
-t, --task TEXT The task to execute [required]
-a, --agent [auto-gpt|baby-agi|zero-shot]
The agent type to use
-m, --model TEXT The model to use
--headless Run in headless mode
-v, --verbose Run in verbose mode
--human-in-loop Run in human-in-loop mode, only available
when using auto-gpt agent
--help Show this message and exit.
或只是更新.env和
source .env && docker-compose up