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.6.tar.gz
(135.0 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.6-py3-none-any.whl
(153.7 kB
view details)
File details
Details for the file thinkthinksyn-0.0.6.tar.gz.
File metadata
- Download URL: thinkthinksyn-0.0.6.tar.gz
- Upload date:
- Size: 135.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a027065b6cb7ce7a71f01e582fbf96d22632f190f1414788830088998bccb4b3
|
|
| MD5 |
8c3d88f9b6a9657c370e1811fafad755
|
|
| BLAKE2b-256 |
d6d3217bcce893ec219e4cbeee0c91da58f38950b49ea38c00e8e30271f5e52c
|
File details
Details for the file thinkthinksyn-0.0.6-py3-none-any.whl.
File metadata
- Download URL: thinkthinksyn-0.0.6-py3-none-any.whl
- Upload date:
- Size: 153.7 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 |
0c068d15179dbc25fd983486d11e86b6cff099a71aaa7f161f4086c1b528de34
|
|
| MD5 |
19bd811cae282b6e842677f2abd213f1
|
|
| BLAKE2b-256 |
923f94dc10fd2f903f4da9ed9b0493506ddcee5838457657fe7dab41f6c9e2cb
|