Addition library that uses GPT to add two numbers
Project description
vibesum
AI-powered number addition using GPT.
Usage
Install the package:
pip install vibesum
Set your OpenAI API key as an environment variable.
export OPENAI_API_KEY=your_key_here
from vibesum import vibesum
result = vibesum(5, 3)
print(result) # 8
Test
pytest tests/
Dependencies
- openai
- pydantic
- typing-extensions
⚠️ Requires OpenAI API key. Experimental project - not for production use.
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
vibesum-0.1.0.tar.gz
(2.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file vibesum-0.1.0.tar.gz.
File metadata
- Download URL: vibesum-0.1.0.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
258c5aff5b6008fac3f900a7bd1e272308c1ec5686bb570f22be4fdaaacef6af
|
|
| MD5 |
fe4c1acb03d510579dd9456c0de9f66e
|
|
| BLAKE2b-256 |
e7b2b82de4799dcd5966725b5cf507c07f434cf76c5c3a5dde162ffdcd588c08
|
File details
Details for the file vibesum-0.1.0-py3-none-any.whl.
File metadata
- Download URL: vibesum-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8a991f7d13a4c51f5f1e1f49c8dc2561ef32c2cb881ce1f9ed3d33c52f5bf5ee
|
|
| MD5 |
da3872b34440394b469a2c058b702ca2
|
|
| BLAKE2b-256 |
39a666b0c72228ff7337255bcd1691e494cea96d50137b77e4e20f5ce607ad44
|