From a7a241f0582d3f7a04c7cda2b9994632186fa62e Mon Sep 17 00:00:00 2001 From: Inga Date: Thu, 3 Apr 2025 06:13:23 -0400 Subject: [PATCH] Add instructions for cloning the repository --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/openai/openai-realtime-console?shareId=XXXX-XXXX-XXXX-XXXX). --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 91ff9d445..184515e0c 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,16 @@ This is an example application showing how to use the [OpenAI Realtime API](https://platform.openai.com/docs/guides/realtime) with [WebRTC](https://platform.openai.com/docs/guides/realtime-webrtc). +## Cloning the repository + +To clone the repository, use the following command: + +```bash +gh repo clone openai/openai-realtime-console +``` + +Note: This repository has been cloned from `openai/openai-realtime-console`. + ## Installation and usage Before you begin, you'll need an OpenAI API key - [create one in the dashboard here](https://platform.openai.com/settings/api-keys). Create a `.env` file from the example file and set your API key in there: