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.8.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.8-py3-none-any.whl
(153.9 kB
view details)
File details
Details for the file thinkthinksyn-0.0.8.tar.gz.
File metadata
- Download URL: thinkthinksyn-0.0.8.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 |
28ac498fa25d4b2400e56a90faad6e1d17d94af5d53f02459dce722f561e8c49
|
|
| MD5 |
718c64a2efb270e9c8a3ca3f206dfc23
|
|
| BLAKE2b-256 |
fdbfe2fc6dfc5c21259266cecf71bae417d9cb94ac5ccc0c1c43d1197a27beda
|
File details
Details for the file thinkthinksyn-0.0.8-py3-none-any.whl.
File metadata
- Download URL: thinkthinksyn-0.0.8-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 |
0647c086f2cc32e9f5af7498605923b77d3e3559e0e460d11e1e4ca0a33a7f5a
|
|
| MD5 |
a1891f1a5885943e95b864215c29c1e5
|
|
| BLAKE2b-256 |
113e472ff8780738fdc03fd949b10618e50cde829edea263b620848c53704b97
|