Skip to content

aletisunil/cmdline_utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages