No project description provided
Project description
Client for accessing ThinkThinkSyn AI API Service.
Required Python >= 3.11
Example:
import asyncio
from thinkthinksyn import ThinkThinkSyn
tts = ThinkThinkSyn(apikey=os.getenv('TTS_APIKEY', ''))
async def test():
return (await tts.completion(prompt='1+1? tell me ans directly without words.'))['text'].strip()
if __name__ == "__main__":
asyncio.run(test())
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
thinkthinksyn-0.0.9.tar.gz
(135.4 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
thinkthinksyn-0.0.9-py3-none-any.whl
(154.0 kB
view details)
File details
Details for the file thinkthinksyn-0.0.9.tar.gz.
File metadata
- Download URL: thinkthinksyn-0.0.9.tar.gz
- Upload date:
- Size: 135.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7815f5d843cd2c7b6a24d86e8eaf07534d698bf1a3fbc84f54bec5d52e2fdfa8
|
|
| MD5 |
b1be396454ab332c66750d188b960b31
|
|
| BLAKE2b-256 |
7b495d2bf9225fcd68c9dcda1e03231538069302e4873709472ce6c4c697bc12
|
File details
Details for the file thinkthinksyn-0.0.9-py3-none-any.whl.
File metadata
- Download URL: thinkthinksyn-0.0.9-py3-none-any.whl
- Upload date:
- Size: 154.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
159bdcd15fc99e6a7fda07c7d229f323bff2a8843a72e827eda7b918739fe254
|
|
| MD5 |
e96b36d1a8a5153b4ca22b7685a73205
|
|
| BLAKE2b-256 |
cd4a5e943174afa927c05ea899a62b1dfeec84ae161b355c8105c7226f028989
|