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.
Installation
pip install neets
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
voicescommand. - To specify an output file, use the
--output-fileflag. - 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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file neets-0.0.4.tar.gz.
File metadata
- Download URL: neets-0.0.4.tar.gz
- Upload date:
- Size: 17.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fa82336f8bb899b6d06cf03ada5bf8d6438f9b23e5b154bad568fa1637e43ac8
|
|
| MD5 |
baa1fdf9d76cf43eb18cf23981d6fd6c
|
|
| BLAKE2b-256 |
22b69d82e013ea2db92ff408aa1026a6d9f527821e2111b30017c6272e0a15c8
|
File details
Details for the file neets-0.0.4-py3-none-any.whl.
File metadata
- Download URL: neets-0.0.4-py3-none-any.whl
- Upload date:
- Size: 18.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 |
d417ce6bfd5c45b83e5a149cbab90a0dcd40ca98a2a5980c0f5090cfcdd1df38
|
|
| MD5 |
052705e3b296af9458dc304ee72c938c
|
|
| BLAKE2b-256 |
5bce343f51de41b45848beca2d3c166dd3a6935a6353e9814d24dfc008989612
|