Your AI-powered pair programming friend
Project description
Hey! - Your AI-powered Pair Programming Friend
:basecamp: - Watch this YouTube introduction video about Hey!
:writing_hand: - Read the "Introducing Hey! - Your AI-powered Pair Programming Friend" article about the creation process, development phases, and a detailed overview of Hey.
Hey is a free CLI-based AI assistant that is powered by the LLMs. You can set which LLM service you want to connect Hey to.
[!TIP] We recommend using the free tokens provided by MindsDB. You can generate one for your personal uses for free on mdb.ai. You can set Hey to interact with any other LLM service though. You're not limited to mdb.ai. It's a recommendation.
Installation
Make sure you have pip
and python>=3.8
installed on your machine and follow the steps.
1. Setup the package
Option A - Download from PyPI
pip install -U hey-mindsdb
Option B - Download from the repository
pip install git+http://github.com/lnxpy/hey.git
2. Set the token
Once you got the package installed on your system, it's time to set the token into hey. Run the following command to set the token.
hey auth
Usage
There are different commands and sub-commands implemented once you install hey
. Check them out via the --help
flag.
hey --help
TLDR;
-
If you want to use
Hey
in a fast and quick way, use theask
command.hey ask "explain the duality term in quantum physics."
-
If your question needs more explanations with code snippets maybe, then just
hey
.hey <OPENS EDITOR>
Keep in mind that when you run
hey
with no sub-commands, the default$EDITOR
will be used. If this environment variable is not set, thenvim
on Unix-like systems andnotepad
on Windows machines will be used by default.
Configuration
There is a command dedicated for more customizability. Check the following bullet-points.
-
Create a base configuration file.
hey config create
-
View and edit the configuration file.
hey config edit
Here is more information about each configuration parameter.
{
// llm service URL
"service": "https://llm.mdb.ai",
// model version
"model": "gpt-3.5-turbo",
// prompt
"prompt": "Answer in a helpful way.",
// themes used for the codeblocks
"code_block_theme": "github-light",
// how would you like `hey` to think?
"loading_text": "Thinking..",
// check out full list: python -m rich.spinner
"loading_spinner": "dots",
// never style the output (in case you need to copy the result)
"never_style": false
}
License
Hey is being licensed under the MIT License.
Shout-out to
Hey! was created for a hackathon partnering MindsDB X Hashnode.
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
Built Distribution
File details
Details for the file hey_mindsdb-0.4.0.tar.gz
.
File metadata
- Download URL: hey_mindsdb-0.4.0.tar.gz
- Upload date:
- Size: 43.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 82d826bb91d99d03c6dfaf864558b3d7b941f60e208533f2b3935e657149b186 |
|
MD5 | a74046e877863b413a62af2056270a65 |
|
BLAKE2b-256 | 6121bd40b1f245857be19bad57425ed66608e9c986de2deea01d75d4042109c9 |
File details
Details for the file hey_mindsdb-0.4.0-py3-none-any.whl
.
File metadata
- Download URL: hey_mindsdb-0.4.0-py3-none-any.whl
- Upload date:
- Size: 9.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9a75da360a4bd2d4fc05adc665de22dd408e4b47a3be3d076581e7f1a44b1da7 |
|
MD5 | 3829ced1ef0254dacd28f250a94cfa6b |
|
BLAKE2b-256 | a9d0ac4e4c8d7edda708fb7439ce0d123c44616c776ba775666945cf3b393783 |