Jisan09 / Openagent

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Openagent

Method to Execute the Script:

  • Clone the Openagent Repository

    • Open a terminal window on your machine.

    • Clone the Openagent repository by running the following command:

      git clone https://github.com/Jisan09/Openagent
      
    • Navigate to the Openagent directory by running the following command:

      cd Openagent
      
  • Install pip requirement

    pip3 install -r requirements.txt
    
  • Add your OpenAi API key

    os.environ["OPENAI_API_KEY"] = "Your API key"

  • Run the Script

    python3 engine.py
    
    Engine = Chapter Number (Default: 2)
    Prompt = Query (Default: "what did jisan said")

About


Languages

Language:Python 100.0%