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