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.3.tar.gz
(131.5 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.3-py3-none-any.whl
(151.2 kB
view details)
File details
Details for the file thinkthinksyn-0.0.3.tar.gz.
File metadata
- Download URL: thinkthinksyn-0.0.3.tar.gz
- Upload date:
- Size: 131.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2b19019a559f72d704bbd93ba1aa586e1d295064e2915cb52aca922329aa6ea4
|
|
| MD5 |
ab5b8369f65b128c8a459cfa67d489bf
|
|
| BLAKE2b-256 |
17881dc40febfa3bff8ac82217226657c2cf97fe081d57e107ad5e02525be18b
|
File details
Details for the file thinkthinksyn-0.0.3-py3-none-any.whl.
File metadata
- Download URL: thinkthinksyn-0.0.3-py3-none-any.whl
- Upload date:
- Size: 151.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
df3e694f1ba53f06deb0c573d5e2602d4c19c37bbd9e99b7f88629f209693222
|
|
| MD5 |
b0ea4aa8b8fb6518b4ad96d59c5e2f6f
|
|
| BLAKE2b-256 |
810ce77c8a5c7f6c68937bd713e876321c0cd916b491896bd54a5d27462aeda9
|