Skip to content

Commit

Permalink
updated file structure
Browse files Browse the repository at this point in the history
  • Loading branch information
digitallysavvy committed Sep 26, 2024
1 parent d3e75ab commit 550a1de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shared/open-ai-integration/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ Follow these steps to set up your Python integration project:

To provide some context for the files within the project:

- `agent.py`: The primary script responsible for executing the `RealtimeKitAgent`. It integrates Agora's functionality from the `agora/rtc.py` module and OpenAI's capabilities from the `realtimekit/realtimeapi` package.
- `agent.py`: The primary script responsible for executing the `RealtimeKitAgent`. It integrates Agora's functionality from the `agora/rtc.py` module and OpenAI's capabilities from the `realtimeapi` package.
- `agora/rtc.py`: Contains an implementation of the server-side Agora Python Voice SDK.
- `realtimekit/realtimeapi/`: Contains the classes and methods that interact with OpenAI’s Realtime API.
- `realtimeapi/`: Contains the classes and methods that interact with OpenAI’s Realtime API.

The [Complete code](#complete-integration-code) code for `agent.py` and `rtc.py` are provided at the bottom of this page.

Expand Down

0 comments on commit 550a1de

Please sign in to comment.