CLI to interact with the neets.ai API
Project description
Neets API CLI
CLI to interact with the neets.ai Text To Speech and completions API.
Configuration
A neets.ai API key must be set as an environment variable.
export NEETS_API_KEY=<your api key>
Completions
Use the chat
command to generate completions.
neets chat --prompt "How soon will I be unemployed?"
By default, the chat
command will use the Neets-7B
model.
you can specify a different model with the --model
flag.
neets chat --prompt "why is the sky blue?" --model "mistralai/Mixtral-8X7B-Instruct-v0.1"
Text To Speech
Use the tts
command to generate audio from text.
neets tts --voice "mark-zuckerberg" --text "I'm out here smoking some meats"
- To get a list of available voices, use the
voices
command. - To specify an output file, use the
--output-file
flag. - To specify the output format, use the
--output-fmt
- The default output file is
[voice]_uuid.[output-fmt]
in the current directory. - The default output format is
wav
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
neets-0.0.2.tar.gz
(14.3 kB
view details)
Built Distribution
neets-0.0.2-py3-none-any.whl
(14.2 kB
view details)
File details
Details for the file neets-0.0.2.tar.gz
.
File metadata
- Download URL: neets-0.0.2.tar.gz
- Upload date:
- Size: 14.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d14b3f6821488ad6e06c59cd2e3e446dfaad672cd592bee71c1cebfa3f5b675c |
|
MD5 | d66e8fe13ffd2131237ef3381bd2f747 |
|
BLAKE2b-256 | 0c3cee170a931b1b2d74c336b2c2b817c1c98795e584d376720185548f6cf155 |
File details
Details for the file neets-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: neets-0.0.2-py3-none-any.whl
- Upload date:
- Size: 14.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3f65882e80276c43cbf7a28bc6b180a3242eba6905413d06fe75913321826bbe |
|
MD5 | aa027066256aa452e2c9789478669093 |
|
BLAKE2b-256 | a8f9835a3b0057933b5de483d9c257565e87eb01116a397d68f7f734b0a74680 |