Skip to content

Latest commit

 

History

History
37 lines (30 loc) · 869 Bytes

README.md

File metadata and controls

37 lines (30 loc) · 869 Bytes

install package

virtual environment

pip install mindmate

It's not recommended to install in virtual environment (except for testing) try it with default pip

operating system level

sudo apt update
sudo apt install -y python3-pip
export PATH="$PATH:/home/$USER/.local/bin"
pip install mindmate

usage

$ mindmate [ARGUMENT] [OPTIONS] [OPTIONS] [OPTIONS] --help

examples

$ mindmate configure
$ mindmate directory prompting list

$ mindmate chat --platform openai \
  --model text-davinci-003 \
  --stream true \
  --max-tokens 500 \
  --prompt "Act as a professional developer, provide best file structure for fastAPI framework"

$ mindmate image create -p "mindmate written on the background in a garden and friends playing around"

compatibility

Not tested yet, but should be compatible with any Python >= 3.8