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.2.tar.gz
(131.3 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.2-py3-none-any.whl
(151.2 kB
view details)
File details
Details for the file thinkthinksyn-0.0.2.tar.gz.
File metadata
- Download URL: thinkthinksyn-0.0.2.tar.gz
- Upload date:
- Size: 131.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
55b7825092e425dbdf919d8c9fa9474b269606eab3106d3cddf645a59ba38716
|
|
| MD5 |
c031369057b7872107b066b8f0eaba26
|
|
| BLAKE2b-256 |
f8f14a0d1cc976effaec64cfc8e304d9c594d28bdff86028546c0755f84e4aac
|
File details
Details for the file thinkthinksyn-0.0.2-py3-none-any.whl.
File metadata
- Download URL: thinkthinksyn-0.0.2-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 |
465440140f24921e8c5d9b8f4991b95fb4cddd7d843e8a6a3661715b7e3163c4
|
|
| MD5 |
270d91755059b9b074151f3b05c36b65
|
|
| BLAKE2b-256 |
4699823c59a52228b6bb3607e73c5c7687fd5fae0929364181ce865ae83a7185
|