Skip to content

Commit 4d77cc7

Browse files
authored
Merge pull request #39 from slashml/dev-release
finalize release
2 parents 8f2928f + 495e4a6 commit 4d77cc7

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
All notable changes to `slashml-python-client` aka `slashml` will be documented in this file.
33
This project adheres to [Semantic Versioning](https://semver.org/).
44

5-
## 0.0.7 - 2023-05-11
5+
## 0.1.0 - 2023-05-13
66

77
### Added
88
- Added deepgram model for SpeechToText service

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,11 @@ If the user preferes using the API calls directly, the documentation is availabl
109109
### Speech-to-text
110110
For transcription, SlashML supports the following service providers:
111111

112-
* [AssemblyAI](https://github.com/AssemblyAI)
112+
* [AssemblyAI](https://www.assemblyai.com/)
113113
* [AWS](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/transcribe.html)
114114
* Whisper ([OpenAI](https://openai.com/blog/whisper/))
115+
* [GOOGLE](https://cloud.google.com/speech-to-text)
116+
* [DEEPGRAM](https://deepgram.com/)
115117

116118
### Summarization
117119
For text summarization, SlashML supports the following service providers:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def read_req_file(req_type):
1414

1515
setup(
1616
name="slashml",
17-
version="0.0.6",
17+
version="0.1.0",
1818
url="https://slashml.com/",
1919
author="eff-kay",
2020
author_email="faiizan14@gmail.com",

0 commit comments

Comments
 (0)