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.5.tar.gz
(134.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.5-py3-none-any.whl
(152.8 kB
view details)
File details
Details for the file thinkthinksyn-0.0.5.tar.gz.
File metadata
- Download URL: thinkthinksyn-0.0.5.tar.gz
- Upload date:
- Size: 134.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 |
e52ab30c13ccc6ee029947516a5bf3a6c22dcffe0bbb3ff821fad8491c01f7cf
|
|
| MD5 |
795c282091dc348e438a6fe039b37d56
|
|
| BLAKE2b-256 |
959d0bf374180331391cdd57794849d72863157fec9b85537687cc37ee1951e1
|
File details
Details for the file thinkthinksyn-0.0.5-py3-none-any.whl.
File metadata
- Download URL: thinkthinksyn-0.0.5-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 |
aaa6dde7a34e65d9474e11ed36d583524f588d8017c0fef3d9191b1b42856536
|
|
| MD5 |
9cd79cc69ef5a52d92110b622a1dc03b
|
|
| BLAKE2b-256 |
15db84891b76dcd8a76dc256fe0f89de3863d7c98cd1ad307db1afc839c37044
|