/LLMAgent

Primary LanguageJupyter NotebookApache License 2.0Apache-2.0

LLMAgent

  • Please set up Webshop as the instructions from Webshop dir.
  • Please set up your API keys in ./api_keys in a JSON format. One example below
{
	"OPENAI_API_KEY":"xxxxx",
	"ANTHROPIC_API_KEY":"xxxxx",
	"REPLICATE_API_TOKEN":"xxxxx"
}

Install python packages by:

pip install -r requirements.txt

Then open the notebook run_gpt_agent.ipynb and run using the same environment as Webshop or ALFWorld.