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.4.tar.gz
(132.9 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.4-py3-none-any.whl
(152.8 kB
view details)
File details
Details for the file thinkthinksyn-0.0.4.tar.gz.
File metadata
- Download URL: thinkthinksyn-0.0.4.tar.gz
- Upload date:
- Size: 132.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e3284745e614f3ed4bebdcca411eea0e4331a24eee280cf929557d2e4fb15fae
|
|
| MD5 |
656beb19defb61f3caed817fa4cf79ce
|
|
| BLAKE2b-256 |
fb77cc256cce07ac3f1b6967c95c98469490012cf07ecd7eff992a4e733dae03
|
File details
Details for the file thinkthinksyn-0.0.4-py3-none-any.whl.
File metadata
- Download URL: thinkthinksyn-0.0.4-py3-none-any.whl
- Upload date:
- Size: 152.8 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 |
e817ecf457333c3fa46ee8733fade5ebc9b76951e046ff7af5868fbcc5d89e47
|
|
| MD5 |
14b5725421a38c5e6b500589ff3f89b6
|
|
| BLAKE2b-256 |
453a6ce8ba3baea94f2cc2ed2c64f91bf9ce34a15ce1ec01598004f86cf8b634
|