Skip to content

jla/gpt-shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GPT in the Shell

What is this?

An experiment inspired by reading the paper ReAct: Synergizing Reasoning and Acting in Language Models and A simple Python implementation of the ReAct pattern for LLMs by Simon Willison

How to use it?

Prerequisites

An OpenAI API key

Usage

# Build the docker image
docker build  -t  gpt-shell  .

# Run the docker image
docker run  --env  OPENAI_API_KEY=sk-xxxxxxx  -it  gpt-shell

Examples

Is Google down?


Any open ports?


Who am I?

Disclaimer

  • This code is just an experiment, it will burn your API credits quite fast and could destroy all your data if not run in an empty container/vm.

About

GPT in the Shell

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages