A Python module for interacting with various AI models
Project description
rm_onelineai
A Python module for interacting with various AI models including OpenAI, Google's Gemini, and Anthropic's Claude.
Installation
pip install rm_onelineai
Usage
from rm_onelineai import openai_module, gemini_module, claude_module
# Use OpenAI
response = openai_module.generate_text("Your prompt here")
# Use Gemini
response = gemini_module.generate_text("Your prompt here")
# Use Claude
response = claude_module.generate_text("Your prompt here")
License
MIT License
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
rm_onelineai-0.1.1.tar.gz
(3.1 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 rm_onelineai-0.1.1.tar.gz.
File metadata
- Download URL: rm_onelineai-0.1.1.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f199a595c3e1de32b94dfb48a52f7bd17bf4946eba58cd29f15161da52d40534
|
|
| MD5 |
a74fa2f7fbcd9be803d30255761f9093
|
|
| BLAKE2b-256 |
9b5e0f3a6e5e74319d4b46b0db604e3a8a0d682f92c57cc89d6a0bde4c64c457
|
File details
Details for the file rm_onelineai-0.1.1-py3-none-any.whl.
File metadata
- Download URL: rm_onelineai-0.1.1-py3-none-any.whl
- Upload date:
- Size: 4.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
00da3810f10986aa87da22bdae769ac9d325edb5ebacb29caaccef8120ae3776
|
|
| MD5 |
eaab5ef765fcde7889b2d7ad8bc50762
|
|
| BLAKE2b-256 |
4eae8f596148081ff52f893b5aa724d0d5b8d088c052ba7e1ff79cf5be1a87db
|