SAMI AI V0.6
Overview
sami_ai is an advanced artificial intelligence library designed to assist with the development of sophisticated and efficient software solutions.
Features
- Powerful AI capabilities
- Fast and efficient algorithms
- Easy-to-use interface
- The reply settings feature has become available
Installation
You can install sami-ai using pip:
pip install sami-ai==0.6
Example:
SAMI AI
from sami_ai import sami_ai
user_input = input("Enter Your Msg: ")
result = sami_ai(user_input)
print(result["response"])
DEVILS GPT
from sami_ai import Devils_GPT
user_input = input("Enter Your Msg: ")
key = input("Enter Your key openai: ")
model = input("Enter Your model openai: ")
result = Devils_GPT(user_input,key,model)
print(result["response"])
WORM GPT
from sami_ai import Worm_GPT
user_input = input("Enter Your Msg: ")
key = input("Enter Your key openai: ")
model = input("Enter Your model openai: ")
result = Worm_GPT(user_input,key,model)
print(result["response"])
Release files for sami-ai 0.6
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| sami_ai-0.6.tar.gz | 2.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| sami_ai-0.6-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 5.3 kB
Release files / sami_ai-0.6.tar.gz
| Download URL | sami_ai-0.6.tar.gz |
|---|---|
| Size | 2.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
6fd2b811398d52b68b2f115e15683048b7c96ddb1601428a900e3c9a15200630
|
|
BLAKE2b-256 checksum How to use checksums |
477d6fbfc19e0049ed06177c9ba12e59a7083e39200ec2af189886719521debe
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.11.0
|
Release files / sami_ai-0.6-py3-none-any.whl
| Download URL | sami_ai-0.6-py3-none-any.whl |
|---|---|
| Size | 2.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
8a54257954d06beabfd2676d264deaeebddd6bf83ca667dad70b9bd60881bc0c
|
|
BLAKE2b-256 checksum How to use checksums |
e26a20c84119f17b7d4d12389c83d7c1761a1c26e7f22e352ef62c4d5f46cd8b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.11.0
|