Skip to content

younghuman/LLMAgent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published