No project description provided
Project description
AiShell 🤖
A simple Python code that connects to OpenAI's ChatGPT and executes the returned results.
Demo
Key Features 💡
- Interact with your computer using natural language
- Automatically executes the command from the response of ChatGPT
- Good for complex tasks like handling Git and extracting tar files
- No need to search StackOverflow for commands, AiShell has got you covered
- No need to set up annoying retrieving of tokens or API keys with ChatGPT, as AiShell does it for you. INSTALL IT. EXECUTE IT. DONE.
Prerequisites 📚
- Python 3.9+
- ChatGPT Account (or OpenAI Account)
Installation 🔧
pip install aishell
Getting Started 🚀
Let's just start by printing "Hello World" using AiShell.
aishell 'print Hello World'
Advanced Settings 🛠
For those who want to use Official ChatGPT(GPT3.5-turbo)
or GPT-3
-
Create account on OpenAI
-
Go to https://platform.openai.com/account/api-keys, Copy API key
-
Modify or create
~/.aishell/config.json
file like following{ ... "language_model": <language model of your preference>, //"official_chatgpt" or "gpt3" "openai_api_key": <your openai api key> }
Contributions 💬
Feel free to contribute to AiShell by adding more functionality or fixing bugs.
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 Distribution
aishell-2023.3.4.tar.gz
(10.6 kB
view details)
Built Distribution
File details
Details for the file aishell-2023.3.4.tar.gz
.
File metadata
- Download URL: aishell-2023.3.4.tar.gz
- Upload date:
- Size: 10.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.3.2 CPython/3.9.16 Linux/5.15.0-1033-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c7ff629b5ee3b4c25a91dee5e6acd291dae77455491543e9fec9b2b584798c5a |
|
MD5 | e868a5a169ae10b52280573f5e5c28e9 |
|
BLAKE2b-256 | 17f0d0e076245d38dc9ffa29dc762aac7de1500817628bb312fedfc6c2afe114 |
File details
Details for the file aishell-2023.3.4-py3-none-any.whl
.
File metadata
- Download URL: aishell-2023.3.4-py3-none-any.whl
- Upload date:
- Size: 16.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.3.2 CPython/3.9.16 Linux/5.15.0-1033-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9713ee944940b321df057320842492edac5c29aa5bd86cb6091c0d3a1d41450f |
|
MD5 | d948708e7f638b2190fea90f82276529 |
|
BLAKE2b-256 | 4a05ff79b4ecef76a094bf6b14a0e49fa6c3330621b2cbd061e534caa094810c |