Fedir Zadniprovskyi 01-12
docs: add a note about api key
@9fa6f952d191d65ceeeb5ee8ee62e4943d5ff914
docs/introduction.md
--- docs/introduction.md
+++ docs/introduction.md
@@ -1,6 +1,6 @@
-!!! warning
+!!! note
 
-    Under development. I don't yet recommend using these docs as reference for now.
+    This project was previously named `faster-whisper-server`. It has been renamed to `speaches` to ...
 
 TODO: add HuggingFace Space URL
 
docs/usage/speech-to-text.md
--- docs/usage/speech-to-text.md
+++ docs/usage/speech-to-text.md
@@ -2,7 +2,6 @@
 https://platform.openai.com/docs/guides/speech-to-text
 
 TODO: add a note about automatic downloads
-TODO: add a note about api-key
 TODO: mention streaming
 TODO: add a demo
 TODO: talk about audio format
@@ -29,6 +28,12 @@
 
 ## OpenAI SDKs
 
+!!! note
+
+    Although this project doesn't require an API key, all OpenAI SDKs require an API key. Therefore, you will need to set it to a non-empty value. Additionally, you will need to overwrite the base URL to point to your server.
+
+    This can be done by setting the `OPENAI_API_KEY` and `OPENAI_BASE_URL` environment variables or by passing them as arguments to the SDK.
+
 === "Python"
 
     ```python
docs/usage/text-to-speech.md
--- docs/usage/text-to-speech.md
+++ docs/usage/text-to-speech.md
@@ -6,7 +6,6 @@
 https://platform.openai.com/docs/guides/text-to-speech
 http://localhost:8001/faster-whisper-server/api/
 TODO: add a note about automatic downloads
-TODO: add a note about api-key
 TODO: add a demo
 
 ## Prerequisite
@@ -74,6 +73,12 @@
 
 ## OpenAI SDKs
 
+!!! note
+
+    Although this project doesn't require an API key, all OpenAI SDKs require an API key. Therefore, you will need to set it to a non-empty value. Additionally, you will need to overwrite the base URL to point to your server.
+
+    This can be done by setting the `OPENAI_API_KEY` and `OPENAI_BASE_URL` environment variables or by passing them as arguments to the SDK.
+
 === "Python"
 
     ```python
Add a comment
List