smallestai 0.1.0__tar.gz → 1.1.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of smallestai might be problematic. Click here for more details.
- {smallestai-0.1.0 → smallestai-1.1.0}/PKG-INFO +7 -13
- {smallestai-0.1.0 → smallestai-1.1.0}/README.md +6 -12
- {smallestai-0.1.0 → smallestai-1.1.0}/pyproject.toml +1 -1
- {smallestai-0.1.0 → smallestai-1.1.0}/smallestai.egg-info/PKG-INFO +7 -13
- {smallestai-0.1.0 → smallestai-1.1.0}/LICENSE +0 -0
- {smallestai-0.1.0 → smallestai-1.1.0}/setup.cfg +0 -0
- {smallestai-0.1.0 → smallestai-1.1.0}/smallest/__init__.py +0 -0
- {smallestai-0.1.0 → smallestai-1.1.0}/smallest/async_tts.py +0 -0
- {smallestai-0.1.0 → smallestai-1.1.0}/smallest/exceptions.py +0 -0
- {smallestai-0.1.0 → smallestai-1.1.0}/smallest/models.py +0 -0
- {smallestai-0.1.0 → smallestai-1.1.0}/smallest/stream_tts.py +0 -0
- {smallestai-0.1.0 → smallestai-1.1.0}/smallest/tts.py +0 -0
- {smallestai-0.1.0 → smallestai-1.1.0}/smallest/utils.py +0 -0
- {smallestai-0.1.0 → smallestai-1.1.0}/smallestai.egg-info/SOURCES.txt +0 -0
- {smallestai-0.1.0 → smallestai-1.1.0}/smallestai.egg-info/dependency_links.txt +0 -0
- {smallestai-0.1.0 → smallestai-1.1.0}/smallestai.egg-info/requires.txt +0 -0
- {smallestai-0.1.0 → smallestai-1.1.0}/smallestai.egg-info/top_level.txt +0 -0
- {smallestai-0.1.0 → smallestai-1.1.0}/tests/test_async.py +0 -0
- {smallestai-0.1.0 → smallestai-1.1.0}/tests/test_sync.py +0 -0
- {smallestai-0.1.0 → smallestai-1.1.0}/tests/test_utils.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: smallestai
|
|
3
|
-
Version:
|
|
3
|
+
Version: 1.1.0
|
|
4
4
|
Summary: Official Python client for the Smallest AI API
|
|
5
5
|
Author-email: Smallest <info@smallest.ai>
|
|
6
6
|
License: MIT
|
|
@@ -62,18 +62,12 @@ Currently, the library supports direct synthesis and the ability to synthesize s
|
|
|
62
62
|
|
|
63
63
|
## Installation
|
|
64
64
|
|
|
65
|
-
To install the
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
2. Navigate to the cloned directory and install the package:
|
|
73
|
-
```bash
|
|
74
|
-
cd smallest-python
|
|
75
|
-
pip install .
|
|
76
|
-
```
|
|
65
|
+
To install the latest version available
|
|
66
|
+
```bash
|
|
67
|
+
pip install smallestai
|
|
68
|
+
```
|
|
69
|
+
When using an SDK in your application, make sure to pin to at least the major version (e.g., ==1.*). This helps ensure your application remains stable and avoids potential issues from breaking changes in future updates.
|
|
70
|
+
|
|
77
71
|
|
|
78
72
|
## Get the API Key
|
|
79
73
|
|
|
@@ -35,18 +35,12 @@ Currently, the library supports direct synthesis and the ability to synthesize s
|
|
|
35
35
|
|
|
36
36
|
## Installation
|
|
37
37
|
|
|
38
|
-
To install the
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
2. Navigate to the cloned directory and install the package:
|
|
46
|
-
```bash
|
|
47
|
-
cd smallest-python
|
|
48
|
-
pip install .
|
|
49
|
-
```
|
|
38
|
+
To install the latest version available
|
|
39
|
+
```bash
|
|
40
|
+
pip install smallestai
|
|
41
|
+
```
|
|
42
|
+
When using an SDK in your application, make sure to pin to at least the major version (e.g., ==1.*). This helps ensure your application remains stable and avoids potential issues from breaking changes in future updates.
|
|
43
|
+
|
|
50
44
|
|
|
51
45
|
## Get the API Key
|
|
52
46
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: smallestai
|
|
3
|
-
Version:
|
|
3
|
+
Version: 1.1.0
|
|
4
4
|
Summary: Official Python client for the Smallest AI API
|
|
5
5
|
Author-email: Smallest <info@smallest.ai>
|
|
6
6
|
License: MIT
|
|
@@ -62,18 +62,12 @@ Currently, the library supports direct synthesis and the ability to synthesize s
|
|
|
62
62
|
|
|
63
63
|
## Installation
|
|
64
64
|
|
|
65
|
-
To install the
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
2. Navigate to the cloned directory and install the package:
|
|
73
|
-
```bash
|
|
74
|
-
cd smallest-python
|
|
75
|
-
pip install .
|
|
76
|
-
```
|
|
65
|
+
To install the latest version available
|
|
66
|
+
```bash
|
|
67
|
+
pip install smallestai
|
|
68
|
+
```
|
|
69
|
+
When using an SDK in your application, make sure to pin to at least the major version (e.g., ==1.*). This helps ensure your application remains stable and avoids potential issues from breaking changes in future updates.
|
|
70
|
+
|
|
77
71
|
|
|
78
72
|
## Get the API Key
|
|
79
73
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|