Skip to main content

AI-Chat-Tool is a tool that brings ChatGPT to the command line

Project description

AI-Chat-Tool/nAI-Chat-Tool is a tool that brings ChatGPT to the command line./n/nTo use this tool you will need a ChatGPT api key./n/n### Options/n- --api-key/n - (required) ChatGPT api key to use to access ChatGPT./n- --file/n - (optional) File to write ChatGPT response to./n- --max-tokens/n - (optional) The maximum number of tokens to generate in the completion./n- --temperature/n - (optional) What sampling temperature to use./n/n### Example/n- Use AI-Chat-Tool to create a Python function that checks for even numbers/n/nCLI/n/nai-chat-tool --api-key=$CHATGPTKEY --file=test.py --max-tokens=2000/n/n/nWhat can I do for you today?: Can you create a pyhton function that checks for even numbers?/nText written to test.py/n/n/n/nFile created by AI-Chat-Tool/ntest.py/npython/ndef check_even(number):/n if number % 2 == 0:/n return True/n else:/n return False/n

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

ai-chat-tool-0.0.2.tar.gz (14.4 kB view hashes)

Uploaded Source

Built Distribution

ai_chat_tool-0.0.2-py3-none-any.whl (14.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page