/gpt-toolbox

A GPT-based system that generates and executes high-level plans, using specialized "agents" that augment LLMs with better reasoning and external information sources

Primary LanguagePython

🧰 GPT Toolbox

A system that augments GPT with general purpose tools. Currently implemented via gpt4 plugin that must be running on localhost.

Setup:

  1. You need the following from OpenAI:

  2. Init the project: make init

  3. Edit the env file .env, put required API keys where specified

Env:

The env

Name Type Description
OPENAI_API_KEY string OpenAI API key
LOG_LEVEL string Log level (VERBOSE, NORMAL, ERROR, NONE)
WANDB_ENABLED boolean Enable Weights & Biases logging

Plugin

  1. Start the server on localhost:3333:
make start

Credits:

Logo:

toolbox