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.1.tar.gz
(129.2 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.1-py3-none-any.whl
(148.2 kB
view details)
File details
Details for the file thinkthinksyn-0.0.1.tar.gz.
File metadata
- Download URL: thinkthinksyn-0.0.1.tar.gz
- Upload date:
- Size: 129.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
89bcff72690e6128d055a91b7c0de66db2c50c679460432b17281bfece68eb3c
|
|
| MD5 |
4ea5f90c58f3819c06a0686e9ca61d0a
|
|
| BLAKE2b-256 |
2ea1f44d3b04f2e6371df158c017b62d5bd99d7874798e503c6d50c4c62f86ae
|
File details
Details for the file thinkthinksyn-0.0.1-py3-none-any.whl.
File metadata
- Download URL: thinkthinksyn-0.0.1-py3-none-any.whl
- Upload date:
- Size: 148.2 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 |
dc61468f853f06f4311e5c488f9fc4a6eaf89ede8512da1bc9af76d7901b0cd2
|
|
| MD5 |
12f6db42337e79c6c1b58de7a9245066
|
|
| BLAKE2b-256 |
ac086b5c179d8385fd6f0f7a557d1f969f9149e63b6661425a71702ac6e3f623
|