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.1.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.1.tar.gz.
File metadata
- Download URL: vibesum-0.1.1.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 |
f39e750a65aefa12348c84a45f4d82b6222d5a7d0d7c590d39d0f990c715c506
|
|
| MD5 |
3c7d86083a4a3da2e925b5929499761e
|
|
| BLAKE2b-256 |
79ec8742a6dcafe5bbb3003194e1dfdc84fa36e240c4661db8e3636352efe5fd
|
File details
Details for the file vibesum-0.1.1-py3-none-any.whl.
File metadata
- Download URL: vibesum-0.1.1-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 |
64a427184ce19597db241b22a0921f65e67697cccd113d1e58ba61cc44d20019
|
|
| MD5 |
9336091d8039597ee00cfe54dae151c8
|
|
| BLAKE2b-256 |
12c52f472af90eb13387673bd66a35936396b42a05ee3f484cf7034939be24f1
|