A client for interacting with the DynaSpark API
Project description
DynaSpark API
Currently only Python package is available.
A Python client for interacting with the DynaSpark API.
Installation
You can install the package via pip:
pip install dynaspark
Usage
#Example Code
from dynaspark import DynaSpark
# Initialize the DynaSpark API client
client = DynaSpark(api_key="your_api_key_here")
# Generate a response
response = client.generate_response(user_input="Hello!")
print(response)
# Generate an image
image_url = client.generate_image(prompt="A majestic lion with a flowing mane, standing on a rocky cliff overlooking a sunset.")
print(image_url)
Free API KEY
TH3_API_KEY
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
dynaspark-1.1.1.tar.gz
(1.8 kB
view hashes)
Built Distribution
Close
Hashes for dynaspark-1.1.1-py3-none-any.whl
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 | 8f5a7d7c03290ac6734165f53754c8efc2583a998375c6470f8efe67d949f902 |
|
| MD5 | 5e45b72399ee91accd156e3051f100b3 |
|
| BLAKE2b-256 | d567147991b4a2551ac29aa067621e9ac1867c8d7c547a6c5860a830d3863c75 |