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.
I will update this doc later
Installation
You can install directly using pip by doing chatgpt-tool-hub
Example
from chatgpt-tool-hub.apps import load_app
os.environ["PROXY"] = "http://192.168.7.1:7890"
app = load_app()
reply = app.ask("北京今天的天气怎么样?")
print(reply)
Tool
- python_repl
- requests(GET by default)
- terminal
- open-meteo-api
- wikipedia
- news-api(you need news_api_key from https://newsapi.org/)
- wolfram-alpha(you need wolfram_alpha_appid from https://developer.wolframalpha.com/)
- google-search(you need google_api_key and google_cse_id described here https://cloud.google.com/docs/authentication/api-keys?visit_id=638154342880239948-3750907574&rd=1&hl=zh-cn)
Project details
Release history Release notifications | RSS feed
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
Close
Hashes for chatgpt_tool_hub-0.1.1-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d065b0364ff0fa809a3195bf6cd3aefbde381d851ffed7878ed6b9e7a1920e7d |
|
MD5 | c55341adf48220d37fe875440fe793c2 |
|
BLAKE2b-256 | f6eec87d09db31f25fb4223775f4394e2ec87e62447da3863eb9ebc51d36e991 |