AI-Chat-Tool is a tool that brings ChatGPT to the command line
Project description
AI-Chat-Tool
AI-Chat-Tool is a tool that brings ChatGPT to the command line.
To use this tool you will need a ChatGPT api key.
Options
- --api-key
- (required) ChatGPT api key to use to access ChatGPT.
- --file
- (optional) File to write ChatGPT response to.
- --max-tokens
- (optional) The maximum number of tokens to generate in the completion.
- --temperature
- (optional) What sampling temperature to use.
Example
- Use AI-Chat-Tool to create a Python function that checks for even numbers
CLI
ai-chat-tool --api-key=$CHATGPTKEY --file=test.py --max-tokens=2000
What can I do for you today?: Can you create a pyhton function that checks for even numbers?
Text written to test.py
\ \ File created by AI-Chat-Tool\ test.py
def check_even(number):
if number % 2 == 0:
return True
else:
return False
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
ai-chat-tool-0.0.4.tar.gz
(14.5 kB
view hashes)
Built Distribution
Close
Hashes for ai_chat_tool-0.0.4-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | eb3eb384182281aecb2141efb8edee4f916366a93d49dfdf840500ab903eeaa1 |
|
MD5 | c0782a6b0cf22e3ec93b7928c72d45fc |
|
BLAKE2b-256 | f0cf9ccfe9f65efd64d9a9f88348b755bd2a13556c259c6ecd4e4b97f3663786 |