A CLI tool for helping commands with Groq
Project description
cmdline_utils
A CLI tool, which can be invoked by using clu prompt
clu publish python package
Publishing a Python package to PyPI
$ python setup.py sdist
$ twine upload dist/*
Navigate to https://console.groq.com/keys to setup API KEY
Navigate to https://console.groq.com/docs/models to setup ModelId
For macOS/Linux:
To set the GROQ_API_KEY environment variable for your current terminal session, execute the following command:
export GROQ_API_KEY='your_api_key_here'
Replace 'your_api_key_here' with your actual API key.
If you wish to set this variable permanently, add the above line to your shell's startup file, such as ~/.bashrc or ~/.zshrc.
For Windows Command Prompt:
To set the GROQ_API_KEY environment variable for your current session, execute the following command:
set GROQ_API_KEY='your_api_key_here'
Replace 'your_api_key_here' with your actual API key.
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 cmdline_utils-0.1.tar.gz
.
File metadata
- Download URL: cmdline_utils-0.1.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.8.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f2d2b2a9ab28e499c2951120487f5ddae36b43728805a03bb54d9eb4ec3af05c |
|
MD5 | 5235c21d617a8424f2f05d533785f1f4 |
|
BLAKE2b-256 | 034efd6a25ba9d1a86eebd3c84a04a599070384441780757f01f2c92a839c884 |
File details
Details for the file cmdline_utils-0.1-py3-none-any.whl
.
File metadata
- Download URL: cmdline_utils-0.1-py3-none-any.whl
- Upload date:
- Size: 4.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.8.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d8d817e5d3712425ce00a9edfbf61d64eabe9ebfaac1b00f272bae56c97965db |
|
MD5 | 81c77a67ac47bd5a9eea86cbf0e6c541 |
|
BLAKE2b-256 | 51baaba5c767b4f33cd04403a04efcd4e631273e8d9a4e53e0dc1cd8f3b02127 |