younghuman / LLMAgent

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

License:Apache License 2.0


Languages

Language:Jupyter Notebook 93.9%Language:Python 5.5%Language:HTML 0.5%Language:CSS 0.1%Language:Shell 0.0%