Skip to content

Commit 50a5718

Browse files
authored
Update README.md
1 parent d407e65 commit 50a5718

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ai/gen-ai-agents/voice-ai-agent/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,16 +37,16 @@ Everything runs in a loop until you stop it with `Ctrl+C`.
3737

3838
- `main.py` – the script you shared; runs the whole loop.
3939
- `requirements.txt` – Python dependencies.
40-
- `.env`**local**, not committed, real values.
4140
- `example.env` – safe template with placeholder values for others.
4241

4342
---
4443

4544
## Requirements
4645

4746
- Python 3.11+ (recommended)
48-
- Valid OCI tenancy and user with:
47+
- Valid OCI tenancy and user with:
4948
- Permission to use **AI Speech** (STT + TTS),
5049
- Permission to use **Generative AI Agent Runtime**.
5150
- Configured `~/.oci/config` with a profile matching your env (`OCI_PROFILE`).
52-
- A working microphone on your machine (Windows, since it uses `winsound`).
51+
52+
- A working microphone on your machine (Windows, since it uses `winsound`).

0 commit comments

Comments
 (0)