Skip to content

Commit 31879f6

Browse files
committed
removed unnecessary files
1 parent 7c395f6 commit 31879f6

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

.DS_Store

-6 KB
Binary file not shown.

.gitignore

Lines changed: 0 additions & 2 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This is a Python client for SLASHML. It lets you run transcription jobs from your Python code or Jupyter notebook.
44

5-
Grab your token from [https://www.slashml.com/dashboard/](>settings> new api key) and authenticate by setting it as an environment variable (or when you initialize the service, see examples):
5+
Grab your token from [https://www.slashml.com/dashboard] (>settings> new api key) and authenticate by setting it as an environment variable (or when you initialize the service, see examples):
66
```
77
export SLASHML_API_KEY=[token]
88
```

0 commit comments

Comments
 (0)