Skip to main content

An open-source chatgpt tool ecosystem where you can combine tools with chatgpt and use natural language to do anything.

Project description

chatgpt-tool-hub

An open-source chatgpt tool ecosystem where you can combine tools with chatgpt and use natural language to do anything. If plugins are the App store for ChatGPT, then ChatGPT-Tool-Hub is the APK installer for Android.

I will update this doc later

Installation

You can install directly using pip by doing chatgpt-tool-hub

Example

import os
from chatgpt_tool_hub.apps import load_app
os.environ["OPENAI_API_KEY"] = YOUR_OPENAI_API_KEY
os.environ["PROXY"] = "http://192.168.7.1:7890"
app = load_app()
reply = app.ask("你现在有哪些能力?")
print(reply)

Tool

todo list

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

chatgpt_tool_hub-0.2.0-py2.py3-none-any.whl (83.2 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page