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
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.2.tar.gz
(14.4 kB
view details)
Built Distribution
File details
Details for the file ai-chat-tool-0.0.2.tar.gz
.
File metadata
- Download URL: ai-chat-tool-0.0.2.tar.gz
- Upload date:
- Size: 14.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
49912691abe35bd9e97f18d548d098adf581b49b536a2318031de34e1e6f277a
|
|
MD5 |
38158611a952b74861cfdf3a1c3b21fa
|
|
BLAKE2b-256 |
611f873b7fe620e0e594454c9ecdaf0d2ec2d24137258d0c98c42502ddb32cbf
|
File details
Details for the file ai_chat_tool-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: ai_chat_tool-0.0.2-py3-none-any.whl
- Upload date:
- Size: 14.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
bc0005cb06fc40b4b3ea4829c9056cd3c51e75fe0a139f4b646ee6cc70f3e9cf
|
|
MD5 |
803e21c93aaf62c8c7642f51567ae371
|
|
BLAKE2b-256 |
0a76adb6e1af3488f9d850e36672389b641bdea3c8525d9ba39f42da4337fc00
|