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.1.0.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.1.0-py3-none-any.whl
(154.1 kB
view details)
File details
Details for the file thinkthinksyn-0.1.0.tar.gz.
File metadata
- Download URL: thinkthinksyn-0.1.0.tar.gz
- Upload date:
- Size: 135.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
66085b4fdba1452dd7617449500163af6f94f3a81276d1da46145c96856c68dc
|
|
| MD5 |
b5b4a94676c439bc240d02124c1c07b7
|
|
| BLAKE2b-256 |
77db0895a5b89b678e7ecaa2192b48a806598b72a8b4d530996785ae34dddf13
|
File details
Details for the file thinkthinksyn-0.1.0-py3-none-any.whl.
File metadata
- Download URL: thinkthinksyn-0.1.0-py3-none-any.whl
- Upload date:
- Size: 154.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
871e3d6a01b8de3db9e57132f30add6b2b7b905c8a180793853ada19b76144d5
|
|
| MD5 |
dcc1d3f8f317113e85e99e8cdca2e76d
|
|
| BLAKE2b-256 |
43e5ce905983952151272cb5a6d7e0db0fb825edd105e76d7e7056add222c8c5
|