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.7.tar.gz
(135.3 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.7-py3-none-any.whl
(153.9 kB
view details)
File details
Details for the file thinkthinksyn-0.0.7.tar.gz.
File metadata
- Download URL: thinkthinksyn-0.0.7.tar.gz
- Upload date:
- Size: 135.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c14d61f1e352b882ac91e513a91f5c52e852f644ea8c489d6f47180907e19699
|
|
| MD5 |
6dde07730c7b31379302b0653a509e4c
|
|
| BLAKE2b-256 |
f6a934b4eb9c9b0e8a69cf5615be0b102fa9b1208f38fdfd02480d794fc6e253
|
File details
Details for the file thinkthinksyn-0.0.7-py3-none-any.whl.
File metadata
- Download URL: thinkthinksyn-0.0.7-py3-none-any.whl
- Upload date:
- Size: 153.9 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 |
53efebf2ac99cf3c3b42853babdd81eb82cdbea34feba7c3d2f15a6e935593e8
|
|
| MD5 |
014f7e24c8ebe5d9ac11e5886ae1a0da
|
|
| BLAKE2b-256 |
92afb9786a5f121a7f2d2d3f3b642928c17e22897970308e73fbbe19497c2973
|